Ostatnio widziany: cze 19, 2026
var contextmenu = new ContextMenu(); MenuItem mi = new MenuItem(); mi.Header = "Close App"; mi.Click += (sender, args) => { this.Close(); ...
Add icon to resources (project – properties – resources – add icon ) TaskbarIcon tb = new TaskbarIcon(); ...
mysqld.exe --defaults-file="C:/my_server/mysql/my.ini"
this config fix mod_fcgid: process C:/apache/php/php-cgi.exe exit(communication error), return code -2 error
FcgidInitialEnv PHPRC "C:\apache\php\php.ini" FcgidInitialEnv PATH "C:\apache\php\;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;" Fcg...
$("#my_button").click(function () { $('#my_uploader').plupload('start'); });
not best but works $( document ).ready(function() { $(".article-text img").each(function() { $(this).magnificPopup({ items :...
watch -n -0.1 -d cat my_file.log
