上一页 1 ··· 380 381 382 383 384 385 386 387 388 ··· 390 下一页
摘要: DLL-with-configuration-file带配置文件的dll http://www.codeproject.com/Tips/199441/DLL-with-configuration-file Accessing Properties.Settings userSettings fro 阅读全文
posted @ 2014-10-17 16:47 ChuckLu 阅读(1511) 评论(0) 推荐(0) 编辑
摘要: False ..\CommonDll\PhySec(x86)\System.Data.SQLite.dll False ..\CommonDll\PhySec(x64)\System.Data.SQLite.dll 系统会自动... 阅读全文
posted @ 2014-10-15 10:09 ChuckLu 阅读(2465) 评论(0) 推荐(0) 编辑
摘要: http://zhidao.baidu.com/link?url=87OGcxtDa6fQoeKmk1KylLu4eIBLJSh7CA3n5NWY-Ipm9TxZViFnIui307duCXWhaM0O6lrx2G8z-1HLXVpz0q#include main(){ printf("%f\n"... 阅读全文
posted @ 2014-10-13 10:00 ChuckLu 阅读(2065) 评论(0) 推荐(0) 编辑
摘要: https://msdn.microsoft.com/en-us/library/6a71f45d.aspx Logical OR Operator 按位或 This operator has higher precedence than the next section and lower pre 阅读全文
posted @ 2014-10-08 15:22 ChuckLu 阅读(1899) 评论(0) 推荐(0) 编辑
摘要: foreach (Control c in groupBox1.Controls) { if (c is TextBox) { //这里写代码逻辑 } } 遍历的时候,需要用Control遍历; 如果直接使用foreach(TextBox t in groupBox1.Controls) 并且gro 阅读全文
posted @ 2014-10-08 09:38 ChuckLu 阅读(7582) 评论(0) 推荐(0) 编辑
摘要: public class MyChart{ //字段 private TChart tChart; /// /// 构造函数,默认不是3D效果 /// /// 父容器 public MyChart(Control parent) { t... 阅读全文
posted @ 2014-09-25 09:22 ChuckLu 阅读(388) 评论(0) 推荐(0) 编辑
摘要: /// <summary> /// 将一个winform窗体嵌入control中 /// </summary> /// <param name="f">窗体</param> /// <param name="c">control</param> private void InsertForm(For 阅读全文
posted @ 2014-09-22 11:29 ChuckLu 阅读(472) 评论(0) 推荐(0) 编辑
摘要: 多线程和信号量 http://www.cnblogs.com/heqichang/archive/2011/12/24/2300301.html 阅读全文
posted @ 2014-09-17 09:16 ChuckLu 阅读(162) 评论(0) 推荐(0) 编辑
摘要: 题目的意思在于,更高效的Collect Gold;然后合理的安排生产出来的士兵;// This code runs once per frame. Build units and command peasants!// Destroy the ogre base within 180 seconds... 阅读全文
posted @ 2014-09-14 10:13 ChuckLu 阅读(657) 评论(0) 推荐(0) 编辑
摘要: 因为研究CodeCombat上的最后一题,自己尝试分解题目,然后想到需要画网格,还有最优化的方法 源代码如下 using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; 阅读全文
posted @ 2014-09-13 16:03 ChuckLu 阅读(6926) 评论(0) 推荐(0) 编辑
上一页 1 ··· 380 381 382 383 384 385 386 387 388 ··· 390 下一页