发现一个USB class网站,对设备管理的小伙伴非常有用
http://www.usb.org/developers/defined_class
USB Class Codes
August 11, 2014
USB defines class code information that is used to ident...
分类:
其他好文 时间:
2014-12-27 17:43:29
阅读次数:
212
If we use Gradle in a multi-module project we can define project dependencies between modules. Gradle uses the information from the project dependenci...
分类:
其他好文 时间:
2014-12-26 21:36:13
阅读次数:
106
System.Windows.Forms.DialogResult result = MessageBoxEx.Show("保存成功", Language.String.Hint, MessageBoxButtons.OK, MessageBoxIcon.Information); ...
分类:
其他好文 时间:
2014-12-26 16:19:55
阅读次数:
146
问题描述:MySQL5.5.15原sql如下:selectconstraint_schema,table_name,constraint_name,constraint_typefrominformation_schema.table_constraintswheretable_schemanotin(‘information_schema‘,‘mysql‘,‘test‘,‘performance_schema’);不只是上面提到的table_constraints,..
分类:
数据库 时间:
2014-12-26 14:55:10
阅读次数:
179
数据源:在以下链接下载酒类化学成分数据,分为红酒,白酒两种数据文件,红酒和白酒在化学成分上有较明显的差异
http://archive.ics.uci.edu/ml/machine-learning-databases/wine-quality/
分析过程:
# 1)先将两组数据混合为一组
# 导入数据源
red
white
# 增加新字段type,1-红酒,2-白酒...
分类:
编程语言 时间:
2014-12-26 14:41:50
阅读次数:
425
paper:Scalable, High-Quality Object DetectionILSVRC14上,detection刷到55.7%的MAP,google插入的地方,别人倍感压力啊。总体结果,其实我觉得很好的地方是,时间短,效果也很不错呢。就只用multibox就能达到50.7%的MAP,...
分类:
其他好文 时间:
2014-12-26 09:38:34
阅读次数:
242
By default, Angular provides a lot of debug information on the DOM that's only necessary for tools like Protractor and Batarang. Angular 1.3 allows yo...
分类:
Web程序 时间:
2014-12-25 21:56:36
阅读次数:
268
第一步:在项目的Linker选项下,Output中选择“Debug information for C-SPY”,一定要选中“Allow C-SPY-specific extra output file” (这一步的作用是用于仿真,而“Allow C-SPY-specific extra outpu...
分类:
其他好文 时间:
2014-12-25 20:28:45
阅读次数:
305
1.RTTI( Run-Time Type Information) ????RTTI( Run-Time Type Information)的主要作用就是运行期鉴定对象的类型,比如需要塑形的时候,使用instanceof判断类型的时候。Java用Class对象实现自己的RTTI功能...
分类:
其他好文 时间:
2014-12-25 16:36:57
阅读次数:
238
有时候在unity中的模型会出现锯齿比如如果去掉这样的锯齿。
方法一:先去找美工查找模型的问题,看看是不是面和面之间太近,模型有重叠面,磨损的面。
方法二:改变一下shader,改变一下渲染方式。
方法三:在编辑(edit)菜单-找project setting---quality在弹出的面板里找 anti-aliasing 选择 4x或更高。
方法四:使用滤镜Image effe...
分类:
编程语言 时间:
2014-12-25 10:02:15
阅读次数:
543