码迷,mamicode.com
首页 >  
搜索关键字:le ge lt gt eq ne    ( 256714个结果
android手机拨号器实现
总共分为4个部分:string值,Layout布局设计,MainActivity代码编写,给项目添加使用授权。1. string值 Phone-->res-->values-->strings.xml,代码如下: 手机拨号器 Hello world! Settings 请输...
分类:移动开发   时间:2014-05-24 00:49:54    阅读次数:508
oracle desc 表结构
1 SQL> desc v$logfile; 2 名称 是否为空? 类型 3 ----------------------------------------- -------- -----------------...
分类:数据库   时间:2014-05-24 00:28:17    阅读次数:460
批处理--执行sql(mysql数据库)
@echo offrem test.sql文件for %%i in (test.sql) do ( echo excute %%i mysql -u用户名 -p密码 -D数据库名 < %%i)echo successpause
分类:数据库   时间:2014-05-23 23:59:32    阅读次数:569
oracle学习笔记(二)
设置归档模式(mount状态)ALTER database ARCHIVELOG;//关闭数据库shutdown immediate//启动数据库到mount状态startup mount alter database archivelog;//查看归档状态archive log list;SQL>...
分类:数据库   时间:2014-05-23 23:45:05    阅读次数:441
poj2109(Power of Cryptography)
神水。求n=log(k p)-> k=pow(p,1/n)。G++和C++输出不同,编译器原因。代码: 1 #include 2 #include 3 #include 4 #include 5 #include 6 7 using namespace std; 8 9 int main()10.....
分类:其他好文   时间:2014-05-23 23:31:42    阅读次数:237
gdb调试多进程和多线程命令
转自:gdb调试多进程和多线程命令1. 默认设置下,在调试多进程程序时GDB只会调试主进程。但是GDB(>V7.0)支持多进程的分别以及同时调试,换句话说,GDB可以同时调试多个程序。只需要设置follow-fork-mode(默认值:parent)和detach-on-fork(默认值:on)即可...
分类:数据库   时间:2014-05-23 23:01:03    阅读次数:470
DataGridView重绘painting简单实例
private void dataGridViewX1_CellPainting(object sender, DataGridViewCellPaintingEventArgs e){ if (e.RowIndex >= 0 && e.ColumnIndex>=0) { ...
分类:Windows程序   时间:2014-05-23 22:38:21    阅读次数:954
trace(c >> 16 & 0xf); trace(c >> 32 & 0xf);
var b:ByteArray = new ByteArray(); b.writeByte(1); b.writeByte(2); b.writeByte(3); b.writeByte(4); b.position = 0; var c:uint = b.re...
分类:其他好文   时间:2014-05-23 22:13:13    阅读次数:273
下载生物信息
http://www.catalogueoflife.org/col/browse/classification这是一个国外的生物信息网站今天的代码可以抓取指定分类的信息(id,学名)没有把多线程写进去,略失败...运用:webclient,regex,io项目在>>>开源中国 1 using Sy...
分类:其他好文   时间:2014-05-23 22:08:34    阅读次数:332
UIDatePicker控件
UIDatePicker继承关系如下: UIDatePicker-->UIControl-->UIView-->UIResponder-->NSObject1、创建UIDatePicker创建一个UIDatePicker控件并显示出来来看看这玩意长什么模样,代码:1 UIDatePicke...
分类:其他好文   时间:2014-05-23 21:57:51    阅读次数:520
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!