首页 > 其他
NLog 2.0.0.2000 使用实例
原文地址:http://www.cnblogs.com/sorex/archive/2013/01/31/2887174.html-------------------------------------------------------------------------------------...
分类:其他   时间:2015-01-23 13:12:14    收藏:0  评论:0  赞:0  阅读:239
POJ 3723 Conscription
ConscriptionDescriptionWindy has a country, and he wants to build an army to protect his country. He has picked upNgirls andMboys and wants to collect...
分类:其他   时间:2015-01-23 13:12:04    收藏:0  评论:0  赞:0  阅读:184
用ARX自定义实体
本文介绍了构造自定义实体的步骤、必须继承的函数和必须注意的事项1.新建一个从AcDbEntity继承的类,如EntTest,必须添加的头文件: "stdarx.h","acadstrc.h", "geassign.h"。2.在该类头文件的类声明中添加宏:ACRX_DECLARE_MEMBERS(En...
分类:其他   时间:2015-01-23 13:11:34    收藏:0  评论:0  赞:0  阅读:181
初步认识Node 之Express
通过本文,你会对Express有一个较为具体的了解。 起源 2009年6月26日,TJ Holowaychuk提交了Express的第一次commit,接下来在2010年1月2日,有660次commits的Express 0.0.1版本正式发布。TJ和Ciaron Jessup是当时最主要的两...
分类:其他   时间:2015-01-23 13:11:24    收藏:0  评论:0  赞:0  阅读:401
tachyon 命令行接口
分类:其他   时间:2015-01-23 13:11:04    收藏:0  评论:0  赞:0  阅读:252
hashtable的用法
C#中哈希表(HashTable)的用法详解1. 哈希表(HashTable)简述 在.NET Framework中,Hashtable是System.Collections命名空间提供的一个容器,用于处理和表现类似keyvalue的键值 对,其中key通常可用来快速查找,同时key是区分大小写;v...
分类:其他   时间:2015-01-23 13:10:54    收藏:0  评论:0  赞:0  阅读:247
NSRunloop 个人理解
参考来源 http://www.dreamingwish.com/article/ios-multithread-program-runloop-the.htmlRunLoop是一个事件循环的消息处理机制(一个圈不停的转,等着”人"来给他发配任务);RunLoop就是一个循环,用来不停的调度工作以及...
分类:其他   时间:2015-01-23 13:10:44    收藏:0  评论:0  赞:0  阅读:393
ObjectArx2013新建工程出错的解决办法
最近将一个ObjectArx升级到Arx2013版,使用ObjectArx2013向导时,新建项目时弹出错误"未能加载项目文件。给定编码中的字符无效。第1行,位置1",经网上查找发现是Autodesk.arx-2013.props有错,这个问题修改后又弹出"给定编码中的字符无效。行13,位置 17"...
分类:其他   时间:2015-01-23 13:10:14    收藏:0  评论:0  赞:0  阅读:322
。求推荐一个usb集线器的购买网址
--------------------------笔记本蓝屏了,虽然后来让笔记本自己呆了好久,它冷静下来后我重新启动它,它又恢复了正常,但是我至今也没搞懂蓝屏的原因,深切地领悟到没文化不可怕,像我这样一知半解的最可怕。。。
分类:其他   时间:2015-01-23 13:10:04    收藏:0  评论:0  赞:0  阅读:233
POJ-3154-Graveyard
题目:POJ-3154-Graveyard一个周长为10000的圆圈,一开始等距的安放着N个雕塑,现在想增加M个雕塑,使得雕塑之间还是等距,问坟墓最少移动的距离。思路:只有n个时设周长为1,则坐标为i/n,加m后周长扩至n+m{好处是新坐标为整数,0~n+m-1},新坐标为i/n*(m+n)的四舍五...
分类:其他   时间:2015-01-23 13:09:54    收藏:0  评论:0  赞:0  阅读:202
ABAP DEMO
sap Program DEMO 介绍ProgramDescriptionBALVBT01Example SAP program for displying multiple ALV reports on one pageBCALV_GRID_DEMOALV Dialog grid demo (4....
分类:其他   时间:2015-01-23 13:08:54    收藏:0  评论:0  赞:0  阅读:363
修改tableview的索引页的背景,字体颜色,字体点中的颜色
mainTableView.sectionIndexBackgroundColor = [UIColor greenColor];//修改右边索引的背景色// mainTableView.sectionIndexColor = [UIColor orangeColor];//修改右边索引字体的...
分类:其他   时间:2015-01-23 13:08:34    收藏:0  评论:0  赞:0  阅读:301
CDZSC_2015寒假新人(1)——基础 G
DescriptionIgnatius likes to write words in reverse way. Given a single line of text which is written by Ignatius, you should reverse all the words an...
分类:其他   时间:2015-01-23 13:08:24    收藏:0  评论:0  赞:0  阅读:290
leetcode------Implement strStr()
标题:Implement strStr()通过率:21.8%难度:简单Implement strStr().Returns the index of the first occurrence of needle in haystack, or -1 if needle is not part of ...
分类:其他   时间:2015-01-23 13:08:04    收藏:0  评论:0  赞:0  阅读:380
erlang supervisor simple_one_for_one实例
http://www.cnblogs.com/little-ant/p/3196201.htmlsimple_one_for_one vs one_for_one:相同点:这种Restart Strategy和one_for_one基本相同(即当一个child process挂掉后,仅仅重启该chi...
分类:其他   时间:2015-01-23 13:07:54    收藏:0  评论:0  赞:0  阅读:298
DropdownList绑定的两种方法
动态绑定方法一:动态绑定数据库中的字段。SqlConnection conn = UtilitySqlClass.OperateDataBase.ReturnConn();string strSQL = "select * from CompanyType";SqlDataAdapter ada =...
分类:其他   时间:2015-01-23 13:07:44    收藏:0  评论:0  赞:0  阅读:277
休眠与开机自动运行等VC代码
//根据文件句柄,获取文件名#include #include #include #include #include #define BUFSIZE 512 BOOL GetFileNameFromHandle(HANDLE hFile) { BOOL bSuccess = FALSE; TC...
分类:其他   时间:2015-01-23 13:07:24    收藏:0  评论:0  赞:0  阅读:226
LeetCode - Find Minimum in Rotated Sorted Array II
Find Minimum in Rotated Sorted Array II2015.1.23 11:41Suppose a sorted array is rotated at some pivot unknown to you beforehand.(i.e.,0 1 2 4 5 6 7mig...
分类:其他   时间:2015-01-23 13:07:14    收藏:0  评论:0  赞:0  阅读:279
忘记树莓派密码怎么办?
原文连接:http://www.raspberrypi-spy.co.uk/2014/08/how-to-reset-a-forgotten-raspberry-pi-password/大致过程是这样的:1、首先将sd卡从树莓派取出,2、在另一台电脑上,修改初始化进程为bin目录下的sh;3、然后插...
分类:其他   时间:2015-01-23 13:07:04    收藏:0  评论:0  赞:0  阅读:424
CDZSC_2015寒假新人(1)——基础 E
Description Julius Caesar lived in a time of danger and intrigue. The hardest situation Caesar ever faced was keeping himself alive. In order for him ...
分类:其他   时间:2015-01-23 13:06:24    收藏:0  评论:0  赞:0  阅读:265
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!