摘要:
How to create default constrant for a column of a table ALTER TABLE [dbo].[PolicyRecord] ADD CONSTRAINT [DF_PolicyRecord_LastChangeTime] DEFAULT (getd 阅读全文
摘要:
Create a new branch in remote machine: git checkout -b dev git push origin test git checkout -b dev git push origin test Config: git config --system g 阅读全文
摘要:
Please look at the following blog: http://blog.csdn.net/superqa/article/details/9060521 Use ReportGenerator tool the command line is:ReportGenerator.e 阅读全文
摘要:
in run dialog, type in following words and enter Rundll32 netplwiz.dll,UsersRunDll On user account dialog, uncheck the check box and apply. For openin 阅读全文
摘要:
Open cmd.exe In command, type in: control keymgr.dll. This is go to watch the password which you rembered in your computer. Then type in command: net 阅读全文
摘要:
1, Create a folder fileFolder2, create a file tester.py3, create another file setup.py:The content of setup.py from distutils.core import setup setu... 阅读全文
摘要:
Source: This is the example how to use eclipse and python. http://www.360doc.com/content/15/0206/10/20107535_446635492.shtml The open source tool abou 阅读全文
摘要:
1, Install python and selenium. I use python 3.5, the following is the example 1.) Python download: 3.5 https://www.python.org/downloads/release/py... 阅读全文