码迷,mamicode.com
首页 >  
搜索关键字:code    ( 108667个结果
MFC读写配置文件
voidCFileTextDoc::OnIniread() {// TODO: Add your command handler code hereCString strStudName; intnStudAge; GetPrivateProfileString("Info","Name","默认姓...
分类:编程语言   时间:2015-04-21 14:30:50    阅读次数:167
利用sfntly的sfnttool.jar提取中文字体
雨忆博客中提到了sfntly(具体介绍可以看:https://code.google.com/p/sfntly/),利用其中sfnttool.jar就可以提取只包含指定字符的字体,如果想在页面中通过@font-face嵌入中文字体的话是一个不错的选择。sfnttool.jar的选项如下:java -...
分类:编程语言   时间:2015-04-21 12:45:30    阅读次数:2068
混淆时报:Proguard returned with error code 1. See console
发生这个错误是因为打包混淆时找不到我们的引用包,有的人可能说我没有引用什么Library啊,事实上,我们现在的项目创建时就默认有v4包,这是google提供的兼容包,主要为了应对Android3.0以后的新组建也可以在3.0之前使用,例如Fragment,ViewPager等等,好了,现在我们回到正...
分类:其他好文   时间:2015-04-21 12:44:19    阅读次数:115
《Clean Code》一书回顾
《Clean Code》一书从翻开至今,已经差不多两个月的时间了,尽管刨去其中的假期,算下来实在是读得有点慢。阅读期间,断断续续的做了不少笔记。之前,每每在读完了一本技术书籍之后,其中的诸多细节会很快的淡忘,...
分类:其他好文   时间:2015-04-21 11:30:54    阅读次数:133
DB2 单张表 merge语句
merge into CHANNEL_AGENT_PEOPLE_NUMBER_201503 a using (SELECT ? TIME_ID,? CITY_NAME,? NODE_NAME,? NODE_CODE,? PEOPLE_NUMBER, ? VEHICLE_RUNNING_COSTS,? MAIL_TRANSPORT_FEES,? TRAINING_COSTS, ? CONSUMAB...
分类:数据库   时间:2015-04-21 11:14:37    阅读次数:247
HTML5标签实战
{CSDN:CODE:649028}...
分类:Web程序   时间:2015-04-21 11:11:43    阅读次数:86
URAL - 1792 Hamming Code(枚举)
Hamming Code Time Limit: 1000MS   Memory Limit: 65536KB   64bit IO Format: %I64d & %I64u Submit Status Description Let us consider four disks intersecting as in the fig...
分类:其他好文   时间:2015-04-21 09:45:52    阅读次数:159
201. Bitwise AND of Numbers Range Leetcode Python
Given a range [m, n] where 0 For example, given the range [5, 7], you should return 4. Credits: Special thanks to @amrsaqr for adding this problem and creating all test cases. code is...
分类:编程语言   时间:2015-04-21 09:43:12    阅读次数:188
Android制作曲线、柱状图、饼形等图表——使用AChartEngine
之前在java开发中实现图表使用JFreeChar组件,最近有个小项目要求在Android端进行数据分析,如何实现图表呢?查了一下google提供了一个开源组件Achartengine非常好用,可实现绘制各种图形,完全满足了开发的需要,下面就说说如何使用。 一、准备工作 下载jar包 官网地址:http://code.google.com/p/achartengi...
分类:移动开发   时间:2015-04-21 09:37:07    阅读次数:156
Linux内核源代码情景分析-信号
一、我们先来看下信号的所设计的数据结构:struct task_struct { int sigpending; int exit_code, exit_signal; /* Protects signal and blocked */ struct signal_struct *sig; sigset_t blocked; struct sigpending pending;...
分类:系统相关   时间:2015-04-21 09:37:03    阅读次数:231
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!