برنامه نویسی هیلتن
13.6K subscribers
1.28K photos
1.86K videos
488 files
1.26K links
آموزش و انجام پروژه برنامه نویسی، طراحی سایت و سئو
تازه های #فناوری، #تکنولوژی و #انگیزشی

تعرفه تبلیغات وانجام پروژه:
t.me/HeiltonAds/205

اینستاگرام:
instagram.com/omidsotooni
Download Telegram
چند موضوع به روز برای پژوهش در رشته ی کامپیوتر

Agile software development
Autonomic and (self-)adaptive systems
Cloud computing
Software testing
Component-based software engineering
Configuration management and deployment
Cooperative, distributed, and collaborative
software engineering
Software visualization
Cyber physical systems
Debugging, fault localization, and repair
Dependability, safety, and reliability
Embedded software
Empirical software engineering
End-user software engineering
Formal methods
Green and sustainable technologies
Human factors and social aspects of
software engineering
Human-computer interaction
Middleware, frameworks, and APIs
Mining software engineering repositories
Mobile applications
Model-driven engineering
Parallel, distributed, and concurrent systems
Performance
Probabilistic systems
Program analysis
Program comprehension
Programming languages
Recommendation systems
Validation and verification


@HeiltonProgramming
@HeiltonProgramming
@HeiltonProgramming
@HeiltonProgramming

www.heilton.com
آموزش کار با محیط کنسول ویژوال سی پلاس پلاس
قسمت 5
http://heilton.com/Pages/PageshowNewProduct.aspx
ی کوئری صفر تا 100 (تعداد قسمت ها 60 قسمت)
پکيج کاملا عملي صفر تا 100 جي کوئري جي فارسي
تهيه شده در 60 قسمت
در اين پکيج سعي شده است تمام مباحث جي کوئري پوشش داده شود ازجمله
جي کوئري چيست؟
جي کوئري اسلايد شو
جي کوئري منو
جي کوئري اسلايدر
جي کوئري در asp
جي کوئري dialog
css در جي کوئري
استفاده از جي کوئري در php
popup جي کوئري
position در جي کوئري
toggle جي کوئري
و غيره .....

@HeiltonProgramming

www.Heilton.com
http://www.heilton.com/Pages/PageshowNewProduct.aspx
آموزش بوت استرپ bootstrap
به زبان فارسی از صفر تا 100 به صورت رایگان

@HeiltonProgramming
پکیج جدید آموزش بوت استراپ
(آموزش رسپانسیو سایت برای تبلت و موبایل )
مدرس : محسن شفیعی

http://goo.gl/kkz3Re

گروه برنامه نویسی هیلتن
👇👇
@HeiltonProgramming
👆👆
کرک PhpStorm
طبق فایل Read Me عمل کنید👇👇👇👇👇👇
@HeiltonProgramming
آموزش استفاده از بوت استرپ و رسپانسیو کردن سایت برای موبایل

http://goo.gl/cbxGUr

مدرس : مهندس محسن شفیعی
🆔 : @HeiltonProgramming
گروه برنامه نویسی هیلتن

🆔 : @HeiltonProgramming
http://www.uplooder.net/files/a395ceff82c8b863318ea3f75e2b59e4/HelpSite.rar.html
راهنمای ریجستر کردن پخش کننده ی ویدیو های گروه برنامه نویسی هیلتن
@HeiltonProgramming
Video_.wmv
933.4 KB
چطوری فونت محیط کنسول را تغییر دهیم
گروه برنامه نویسی هیلتن
@HeiltonProgramming
Forwarded from NetworkHeilton
Windows -Network Commands for TCP/IP
Ping

PING: Test the network connection with a remote IP address
ping-t [IP or host]
ping-l 1024 [IP or host]

The -t option to ping continuously until Ctrl-C is pressed.
If you specify the -t option you can always get statistics without interrupting pings by pressing Ctrl + Break

This command is also useful to generate network load by specifying the size of the packet with the -l option and the packet size in bytes.
Tracert

TRACERT: Displays all intermediate IP addresses through which a packet passes through, between the local machine and the specified IP address.
tracert [@IP or host]
tracert -d [@IP or host]

This command is useful if the ping command does return any data, to determine at what level the connection failed.
IpConfig

IPCONFIG: Displays or refresh the TCP/IP configuration
ipconfig /all [/release [adapter]] [/renew [adapter]] /flushdns /displaydns /registerdns [-a] [-a] [-a]

This command, when executed with no options, displays the current IP address, the subnet mask and default gateway (network interfaces of the local machine)
/all: Displays all network configuration, including DNS, WINS, DHCP servers, etc ...
/renew [adapter]: Renews DHCP configuration for all adapters (if adapter is not specified) or a specific adapter indicated by the [adapter] parameter.
/release [adapter]: Sends a DHCPRELEASE message to the DHCP server to release the current DHCP configuration and cancel the IP address configuration for all adapters (if adapter is not specified) or a specific adapter indicated by the [adapter] parameter. This parameter disables TCP/IP for network cards configured to automatically obtain an IP address.
/flushdns: Empty and reset the DNS client resolver cache. This option is useful to exclude negative entries and all other entries added dynamically to the cache.
/displaydns: Displays the DNS client resolver cache, which includes entries preloaded from the local host file and any recently obtained records for name queries resolved by the host computer. The DNS Client service uses this information to quickly resolve frequently queried names, before querying the configured DNS servers.
/registerdns: Refreshes all DHCP leases and re-registers DNS names.

NetStat

NETSTAT: Displays the status of the TCP/IP stack on the local machine
NETSTAT [-a] [-e] [-n] [-s] [-p proto] [-r] [interval]
-a Displays all connections and listening ports (server-side connections are normally inhibited).
-e Displays Ethernet statistics. Can be combined with the -s option.
-n Displays addresses and port numbers in numerical form.
-p proto Shows connections for the protocol specified by proto, proto may be TCP or UDP. Used with the -s option to display per-protocol statistics, proto may be TCP, UDP or IP.
-r Displays the contents of the routing table.
-s Displays statistics by protocol. By default, statistics on TCP, UDP and IP are displayed, the -p option can be used to specify a subset.
interval: Re-display the selected statistics, pausing after a specific "interval" (in seconds) between each display. Press Ctrl + C to stop displaying statistics.
-abnov Displays processes using the internet connection (local IP address, port, remote IP adress and the PID of the process that uses the connection as well as its name).

Route

ROUTE: Displays or modifies the routing table
ROUTE [-f] [command [destination] [MASK network mask] [gateway]
-f Clears the routing tables of all gateway entries. Used in conjunction with one of the below "commands", the tables are cleared before executing the command.
-p Makes the entry into the table, residual (after reboot).