THEOWEB.DEV

WhatsappBot, BrowserAutomation, TelegramBot, JabberBot, IBankingBot, custom software developer, internet marketing

Menampilkan postingan dengan label Tutorial
You can run another application from your application by using : procExecuting = Process.Start(TPC.exe) After that you could write a gener...
Killing the process outright is possible, but outright rude and dangerous: what if the user has important unsaved changes in an open documen...
The program will only run if you are on the administrator's account, using this code, that should already be in app.config, just change:...
Tag HTML <pre> biasanya digunakan untuk mewakili teks yang ditulis didalamnya, maksudnya adalah tag <pre> akan menampilkan teks ...
function AyoNgelinkAlkitabMobi() { var i = 0; this.pageLoad = function() { ! function(e) { ! function() { ...
Certbot is the new name for letsencrypt and it’s still possible to get a certificate covering multiple domains. If you know at the outset wh...
1. Login menggunakan ssh ke server Anda 2. Hapus package certbot lama Anda sudo apt-get remove certbot 3. Install Cerbot dengan perintah : w...
HTML: <input type='text' id='thingy' onblur="refocus(this);"> Script: function refocus(elm) { setTimeo...
Set these as follows in my.cnf (takes effect after mysqld is restarted): [mysqld] interactive_timeout=180 wait_timeout=180 If you do not wa...
Langkah pertama untuk install MySQL Workbench di Ubuntu adalah update dan upgrade repositori dengan cara : sudo apt update && sudo a...
How to create folder by using VB.NET If(Not System.IO.Directory.Exists(YourPath)) Then System.IO.Directory.CreateDirectory(YourPath) En...
function TambahKoma(govlok) { govlok += ''; w = govlok.split('.'); w1 = w[0]; w2 = w.length > 1 ? '...
// email: /^([^0-9\.\+])([\w.\+])+\@(([\w\-])+\.)+[a-zA-Z0-9]{2,}/ // url: /^(http:\/\/)([\w]+\.){1,}[A-Z]{2,}\b/gi // creditcard: ...
<!DOCTYPE html> <html> <head> <meta content="text/html; charset=UTF-8" http-equiv="Content-Type"...
var url = 'http://theo.my.id/feeds/posts/summary?alt=json-in-script&callback='; // Function to load a `<script>` tag wi...
Remove ONLY_FULL_GROUP_BY from mysql console mysql > SET GLOBAL sql_mode=(SELECT REPLACE(@@sql_mode,'ONLY_FULL_GROUP_BY','&#...
Protected By Copyscape