↧
Selenium Tips
Mark a few Selenium tips: Generate and Store current date in “YYYYMMDD” format And the javascript code is here: javascript{ d=new Date();...
View ArticleGitHub Tips
Config GitHub with Putty/Pageant Install Putty from here, run PuTTY.exe and create a new SSH session to “github.com’ and save it Run PUTTYGEN.EXE generate a pair of public/priviate key pair, copy the...
View ArticleFastest way to insert 1 million rows
Here is the fastest way to insert 1 million rows to a table in SQL Server Credit goes this post: Generate and Insert 1 million rows into simple table WITH L0 AS (SELECT c FROM (SELECT 1 UNION ALL...
View Article