码迷,mamicode.com
首页 >  
搜索关键字:char nchar varchar nvarchar text ntext    ( 92775个结果
C#:DataGridView控件操作
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Windows.Forms;namespace Common{ /// /// DataGrid...
分类:Windows程序   时间:2014-05-08 19:31:30    阅读次数:472
C#:列表视图操作类
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
C#:ZedGraph画图控件(待补充)
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
Github 开源编辑器 ATOM 已开放下载
Atom 于5月6日正式开放下载(遗憾的是只有 MAC 版本),并且在 MIT 协义下开源,从界面可以看出,这款软件很像 Sublime Text,不过由于她的开源,相信很快会超越 ST。树状浏览:新建的文件为绿色,有修改的为橙色,忽略文件为暗灰。颜色选择器:类似 Dreamweaver 的功能,支...
分类:其他好文   时间:2014-05-08 19:14:09    阅读次数:322
C#:复选框操作类
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 使用(一)》来继续完善一下关于Log4Qt的使用。在讲解之前,我们首先来看一个例子:int main(int argc, char *argv[]){ QCoreApplication a(argc, argv); Log4Qt::PropertyConfi...
分类:其他好文   时间:2014-05-07 16:52:18    阅读次数:281
strtok函数的使用与实现
一个用来分割字符串的函数: 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
java 字符数组输出
很神奇吧因为他们两个调用的方法不同一般输出数组调用的是:voidjava.io.PrintStream.println(Objectx)所以调用的是object的toString()方法然而输出字符数组时调用:voidjava.io.PrintStream.println(char[]x)
分类:编程语言   时间:2014-05-07 15:29:45    阅读次数:361
java字符 字符串
这个还是比较容易出现错误的因为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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!