码迷,mamicode.com
首页 >  
搜索关键字:bugs    ( 473个结果
POJ 1038 Bugs Integrated, Inc. ——状压DP
状压上面有几个方块,然后DFS转移。 复杂度貌似很高$3_{}^{20}*n$ 反正过了 ...
分类:其他好文   时间:2017-03-30 18:40:09    阅读次数:131
debugging Auto Layout:Logical Errors
debugging Auto Layout:Logical Errors ...
分类:其他好文   时间:2017-03-24 13:14:42    阅读次数:170
OpenCV学习:体验ImageWatch
Image Watch是在VS2012及以上版本上使用的一款OpenCV插件工具,能够实时显示图像和矩阵Mat的内容,跟Matlab很像,方便程序调试,相当好用。 1)安装Visual Studio 2013 我的电脑上安装了VC++ 6.0、VS2008以及VS2010,但是Image Watch ...
分类:其他好文   时间:2017-03-09 21:01:08    阅读次数:332
最近发现的.net core中的一些bugs
1.使用.net core的过程中发现TypeInfo.GetCustomAttributes()只能写在主线程中,否则如果该自定义特性存在于nuget中就会报错,貌似nuget中的dll仅在主线程使用时才会加载。 2.自定义的引用项目不能与微软nuget中的项目重名,否则VS会报错。 3.Micr ...
分类:Web程序   时间:2017-03-01 13:47:33    阅读次数:208
poj 2492
A Bug's Life POJ - 2492 Background Professor Hopper is researching the sexual behavior of a rare species of bugs. He assumes that they feature two dif ...
分类:其他好文   时间:2017-02-27 22:59:53    阅读次数:224
Delphi2010的RTTI增强
Delphi编译的文件体积增大了很多.很大一部分原因是因为Delphi2010默认提供了全信息的RTTI. 每一个数据类型都有全部运行时信息.例如可以在运行时获得结构体的成员以及成员类型等. 这个功能带来的方便就是我们可以写很多通用的序列化方法.也可以做一些类似OR的东西. 相反这个功能带来的缺点就 ...
分类:Windows程序   时间:2017-02-04 12:18:09    阅读次数:202
Delphi7 中使用FastMM 转载
http://blog.csdn.net/cai5/article/details/17142697 Delphi7 中使用FastMM 在工程的第一行引用FastMM4即可(注意,一定要在第一个Uses的位置),可以在调试程序时提示内存泄露情况,还可以生成报告。在Delphi2007以后版本中,使 ...
分类:Windows程序   时间:2017-01-22 16:33:27    阅读次数:257
[Git] Use git add --patch for better commit history and mitigating bugs
Let's split our changes into separate commits. We'll be able to check over our changes before staging them all from the terminal. Then, we'll see the ...
分类:其他好文   时间:2017-01-12 12:39:36    阅读次数:153
关于IPv6
App在本地IPv6的测试环境下运行一切正常,结果又是被拒,悲剧原因还是IPv6的问题;求解决方法被拒原因We discovered one or more bugs in your app when reviewed on iPhone running iOS 10.1.1 on Wi-Fi co ...
分类:其他好文   时间:2017-01-09 13:10:41    阅读次数:486
w win cmd VS broswer
php -f Fetch data from db , use php without any bugs to analyse the data and read and write db, without the render of the broswer php shell VS browser ...
分类:Windows程序   时间:2016-12-24 20:47:17    阅读次数:195
473条   上一页 1 ... 20 21 22 23 24 ... 48 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!