码迷,mamicode.com
首页 >  
搜索关键字:system center    ( 58910个结果
08-在字符串中统计子串出现的次数
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Text.RegularExpressions;namespace _05在字符串中统计子串出现的次数{ .....
分类:其他好文   时间:2015-03-05 10:34:52    阅读次数:167
事件监听
1.监听UITextField输入- (void)viewDidLoad{ [super viewDidLoad]; //监听文本输入框的改变 //1.拿到通知中心 NSNotificationCenter *center = [NSNotificationC...
分类:其他好文   时间:2015-03-05 10:32:12    阅读次数:122
Qt在mainwindow下代码添加控件不能显示的问题
以前在dialog或者widget下代码添加控件能显示,但是今天发现在mainwindow下居然不能显示,后来查了资料才知道,需要先定义一个widget,具体代码如下:QWidget*center=newQWidget(this);setCentralWidget(center);penColorComboBox=newQComboBox;createColorComboBox(penColorCo..
分类:Windows程序   时间:2015-03-05 06:59:31    阅读次数:1216
一步一步用jenkins,ansible,supervisor打造一个web构建发布系统
新blog地址:http://hengyunabc.github.io/deploy-system-build-with-jenkins-ansible-supervisor/一步一步用jenkins,ansible,supervisor打造一个web构建发布系统。本来应该还有gitlab这一环节的,但是感觉加上,内容会增加很多。所以直接用github上的spring-mvc-showcase项目来...
分类:Web程序   时间:2015-03-05 01:44:21    阅读次数:472
c#根据文件大小显示文件复制进度条实例
1 using System; 2 using System.Collections.Generic; 3 using System.ComponentModel; 4 using System.Data; 5 using System.Drawing; 6 using System....
分类:Windows程序   时间:2015-03-05 00:17:00    阅读次数:225
java中的初始化块
public class Person{ { System.out.println("Person初始化块"); } { if(1) { System.out.println("Person第二个初始化块"); } ...
分类:编程语言   时间:2015-03-05 00:01:15    阅读次数:235
uva 507 Jill Rides Again (分治)
uva 507 Jill Rides Again Jill likes to ride her bicycle, but since the pretty city of Greenhills where she lives has grown, Jill often uses the excellent public bus system for part of her jo...
分类:其他好文   时间:2015-03-04 22:52:44    阅读次数:225
POJ 3070-Fibonacci(矩阵快速幂求斐波那契数列)
Fibonacci Time Limit:1000MS     Memory Limit:65536KB     64bit IO Format:%I64d & %I64u Submit Status Practice POJ 3070 Appoint description:  System Crawler  (2015-02-28) Description ...
分类:其他好文   时间:2015-03-04 22:50:39    阅读次数:261
Oracle与MySql知识汇总
sqlplus 连接数据库的方式 1> cmd 中输入:sqlplus 用户名/密码@数据库实例 如:sqlplus system/lxr316@oracle, sqlplus sys/admin as sysdba 2> 打开sqlplus 直接输入用户名和密码 3> 使用命令:connect sys/admin as sysdba,...
分类:数据库   时间:2015-03-04 22:44:17    阅读次数:288
多线程之死锁
classYuShi{publicsynchronizedvoidsay(FuXief){//同步方法System.out.println("玉史:给我30亿欧元,放了你儿子");f.get();}publicsynchronizedvoidget(){//同步方法System.out.println("玉史终于得到了赎金,放了儿子,为了下次继续绑架");}}classFuXie{publicsynchronizedvo..
分类:编程语言   时间:2015-03-04 21:16:14    阅读次数:180
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!