using System;using System.Collections.Generic;using
System.Linq;using System.Text;using System.Windows.Forms;namespace Common{ ///
/// DataGrid...
using System;using System.Collections.Generic;using
System.Linq;using System.Text;using System.Windows.Forms;namespace Common{ ///
/// 列表视图操作类 ...
分类:
其他好文 时间:
2014-05-08 19:30:25
阅读次数:
337
using System;using System.Collections.Generic;using
System.Linq;using System.Text;using System.Threading.Tasks;using
ZedGraph;namespace TestZedGraphCo...
分类:
其他好文 时间:
2014-05-08 19:21:43
阅读次数:
530
Atom 于5月6日正式开放下载(遗憾的是只有 MAC 版本),并且在 MIT
协义下开源,从界面可以看出,这款软件很像 Sublime Text,不过由于她的开源,相信很快会超越
ST。树状浏览:新建的文件为绿色,有修改的为橙色,忽略文件为暗灰。颜色选择器:类似 Dreamweaver 的功能,支...
分类:
其他好文 时间:
2014-05-08 19:14:09
阅读次数:
322
using System;using System.Collections.Generic;using
System.Linq;using System.Text;using System.Windows.Forms;namespace Common{ ///
/// 复选框操作类 ...
分类:
其他好文 时间:
2014-05-07 20:22:28
阅读次数:
345
本文基于上一篇《Log4Qt
使用(一)》来继续完善一下关于Log4Qt的使用。在讲解之前,我们首先来看一个例子:int main(int argc, char *argv[]){
QCoreApplication a(argc, argv); Log4Qt::PropertyConfi...
分类:
其他好文 时间:
2014-05-07 16:52:18
阅读次数:
281
一个用来分割字符串的函数:
strtok
char * strtok ( char * str, const char * delimiters );
Split string into tokens
A sequence of calls to this function split str into tokens, which are sequences of co...
分类:
其他好文 时间:
2014-05-07 16:18:12
阅读次数:
273
很神奇吧因为他们两个调用的方法不同一般输出数组调用的是:voidjava.io.PrintStream.println(Objectx)所以调用的是object的toString()方法然而输出字符数组时调用:voidjava.io.PrintStream.println(char[]x)
分类:
编程语言 时间:
2014-05-07 15:29:45
阅读次数:
361
这个还是比较容易出现错误的因为char+char计算时是int+int
分类:
编程语言 时间:
2014-05-07 15:20:39
阅读次数:
293
std::string GetFilePath() { char
exepath[MAX_PATH];std::string strdir,tmpdir;memset(exepath,0,MAX_PATH);
GetModuleFileName(NULL,exepath,MAX_PATH); tmp...
分类:
其他好文 时间:
2014-05-07 14:59:14
阅读次数:
240