码迷,mamicode.com
首页 >  
搜索关键字:ss    ( 3412个结果
树莓派学习路程No.1 树莓派系统安装与登录 更换软件源
在官网下载raspbian系统镜像,用Win32DiskImager写入TF卡Image File 选择系统镜像,Device 选择TF卡盘符,Write即可。这样系统就写好了。把内存卡插进树莓派里开机就可以了。通过网线连接开启DHCP的路由器,然后在路由器上查看树莓派的IP地址,用Putty SS...
分类:其他好文   时间:2015-11-19 14:55:38    阅读次数:165
datetime
DateTime字段类型对应的时间格式是yyyy-MM-dd HH:mm:ss.fff,3个f,精确到1毫秒(ms),示例2014-12-0317:06:15.433。DateTime2字段类型对应的时间格式是yyyy-MM-dd HH:mm:ss.fffffff,7个f,精确到0.1微秒(μs),...
分类:其他好文   时间:2015-11-19 12:57:36    阅读次数:121
SqlServer时间戳与普通格式的转换
/********************************************** 时间戳转换(秒) **********************************************/--普通时间转换为时间戳(秒)SELECT DATEDIFF(SS,'1970-1-1 00...
分类:数据库   时间:2015-11-18 12:28:52    阅读次数:211
C#导入导出数据你该知道的方法。
导入数据using NPOI.HSSF.UserModel;using NPOI.SS.UserModel;using NPOI.XSSF.UserModel;using System;using System.Collections.Generic;using System.Data;using ...
分类:Windows程序   时间:2015-11-17 18:30:13    阅读次数:301
BZOJ 2882: 工艺( 后缀自动机 )
把串S复制成SS然后扔进后缀自动机里, 从根选最小的儿子走, 走N步就是答案了...一开始还想写个treap的...后来觉得太麻烦..就用map了...--------------------------------------------------------------------------...
分类:其他好文   时间:2015-11-16 19:45:59    阅读次数:136
安卓TCP通信
tCPServer.java服务器的两个socket都没有关闭:s,ss.两个都是一直开启,然后数据才有显示 class tcpServer{ public static void main(String[] args) throws IOException{ //建立服务端s...
分类:移动开发   时间:2015-11-13 22:05:58    阅读次数:359
【C#】字符串与字符数组
字符串与字符数组的相互转换。 字符串转换成字符数组:string ss="abcdefg";char[] cc=ss.ToCharArray(); 字符数组转换成字符串://char [] cc 定义同前段代码string s=new string(cc);
分类:编程语言   时间:2015-11-12 20:07:31    阅读次数:193
ssh-keygen - 生成、管理和转换认证密钥
通常使用:[b]ssh-keygen -i -f 公密匙名>> authorized_keys[/b]语法详细介绍[code]ssh-keygen [-q] [-b bits] -t type [-N new_passphrase] [-C comment] [-foutput_keyfile]ss...
分类:其他好文   时间:2015-11-12 19:56:24    阅读次数:282
Java 毫秒转换为日期类型、日期转换为毫秒
//毫秒转换为日期public static void main(String[] args) {DateFormat formatter = new SimpleDateFormat("yyyy-MM-dd hh:mm:ss");long now = System.currentTimeMilli...
分类:编程语言   时间:2015-11-12 11:26:47    阅读次数:300
iOS 日期相关总结
// ( NSString *) == Thu Oct 16 17:06:25 +0800 2014 // dateFormat = EEE MMM dd HH:mm:ss Z yyyy NSDateFormatter *fmt = [[NSDateFormatteralloc] init];...
分类:移动开发   时间:2015-11-12 11:22:02    阅读次数:282
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!