上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 92 下一页
In the x86 assembly language, the TEST instruction performs a bitwise AND on two operands. The flags SF, ZF, PF are modified while the result of the A Read More
posted @ 2016-05-27 16:50 庚武 Views(404) Comments(0) Diggs(0) Edit
Eclipse有这个功能,在一个项目中加入另一个项目文件夹的引用,源码包含过来,这样不必copy一份代码,只需要维护一份源代码。一直想在VS中找到这个功能,目前项目需要,终于google到了。 http://stackoverflow.com/questions/3610845/add-as-lin Read More
posted @ 2016-05-11 17:03 庚武 Views(2332) Comments(0) Diggs(0) Edit
If you write unit tests and use NUnit test framework this may be helpful. I decided to write this simple step by step project configuration because I Read More
posted @ 2016-05-06 17:59 庚武 Views(324) Comments(0) Diggs(0) Edit
https://www.cygwin.com/ apt-get for cygwin? wget rawgit.com/transcode-open/apt-cyg/master/apt-cyg install apt-cyg /binNow that apt-cyg is installed. H Read More
posted @ 2016-05-05 01:21 庚武 Views(1732) Comments(0) Diggs(0) Edit
执行脚本时候,只是在当前的shell下开了一个子进程,切换目录的操作只对该进程中相关后续指令有效,但改变不了父进程的目录。 解决方法: 法一: 用 source a.sh就行了。 法二: [fedora@localhost ~]$ cd ~ [fedora@localhost ~]$ chmod u+x a.sh [fedora@localhost ~]$ . ./a.sh / comp... Read More
posted @ 2016-04-26 14:57 庚武 Views(4433) Comments(0) Diggs(0) Edit
Windows平台创建文件、文件夹链接: 测试平台,windows10. ref: http://www.howtogeek.com/howto/16226/complete-guide-to-symbolic-links-symlinks-on-windows-or-linux/ tool: ht Read More
posted @ 2016-04-21 15:13 庚武 Views(848) Comments(0) Diggs(1) Edit
Install-Package Microsoft.Web.RedisSessionStateProvider 依赖于: Dependencies StackExchange.Redis.StrongName (>= 1.0.488) StackExchange.Redis.StrongName ( Read More
posted @ 2016-04-14 16:30 庚武 Views(3185) Comments(0) Diggs(0) Edit
http://stackoverflow.com/questions/3492739/auto-expanding-layout-with-qt-designer After creating your QVBoxLayout in Qt Designer, right-click on the b Read More
posted @ 2016-03-14 16:13 庚武 Views(5342) Comments(0) Diggs(0) Edit
http://doc.qt.io/qt-5/highdpi.html It is recommended to use the Fusion style. In order to get an application designed for low DPI values running on a Read More
posted @ 2016-03-14 01:23 庚武 Views(823) Comments(0) Diggs(0) Edit
该文被密码保护。 Read More
posted @ 2016-03-10 17:46 庚武 Views(1) Comments(0) Diggs(0) Edit
上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 92 下一页