码迷,mamicode.com
首页 >  
搜索关键字:静态编辑框 static text    ( 96685个结果
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
C#:TextBox控件操作类
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Windows.Forms;namespace Common{ /// /// TextBox控...
分类:其他好文   时间:2014-05-08 19:15:06    阅读次数:293
Github 开源编辑器 ATOM 已开放下载
Atom 于5月6日正式开放下载(遗憾的是只有 MAC 版本),并且在 MIT 协义下开源,从界面可以看出,这款软件很像 Sublime Text,不过由于她的开源,相信很快会超越 ST。树状浏览:新建的文件为绿色,有修改的为橙色,忽略文件为暗灰。颜色选择器:类似 Dreamweaver 的功能,支...
分类:其他好文   时间:2014-05-08 19:14:09    阅读次数:322
访问localhost:8080 提示:位于 XDB 的服务器 localhost 要求用户名和密码 (引用)
http://xiehx163.blog.163.com/blog/static/6146679620096792135505/前几天开始用oracle进行WEB开发。机器装的是tomcat6.0 和oracle10g。项目开发好后,当我启动tomcat服务器,且把oracle10g相应的服务启动时...
分类:数据库   时间:2014-05-08 14:35:53    阅读次数:486
QueryRunner的使用
public class JdbcUtil { private static ComboPooledDataSource dataSource =new ComboPooledDataSource(); public static ComboPooledDataSource getDataSourc...
分类:其他好文   时间:2014-05-08 14:32:39    阅读次数:218
(转)取字符串中所有数字
c# 获取字符串中的数字 /// /// 获取字符串中的数字 /// /// 字符串 /// 数字 例子1: public static decimal GetNumber(string str) { decimal result = 0; if (str != null && str != str...
分类:其他好文   时间:2014-05-08 13:32:21    阅读次数:347
java.lang.String.indexOf()用法
java.lang.String.indexOf(char ch)方法返回字符ch在指定字符串中第一次出现的下标索引位置如果字符ch在指定的字符串中找不到,则返回-1示例:import java.lang.*;public class StringDemo { public static void....
分类:编程语言   时间:2014-05-08 13:02:04    阅读次数:423
启用顶点数组
static GLint vertices[]={25,25, 100,325,175,25,175,325,250,25,325,325};static GLfloat colors[]={........};glEnableCli...
分类:其他好文   时间:2014-05-07 21:13:39    阅读次数:295
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!