#include SoftwareSerial mySerial(4,5); byte ZERO=0x00;byte Addr=0x03;byte Status=0x00;int buffLen=32;char HexTable[] = "0123456789ABCDEF";int pinTr...
分类:
其他好文 时间:
2015-06-12 11:36:25
阅读次数:
177
mongodb预先分配数据文件,避免出现客户端超时#!/bin/bashforiin{1..5}doecho$ihead-c120000000/dev/zero>test.$idone
分类:
数据库 时间:
2015-06-11 23:10:16
阅读次数:
142
1 题目:Implement regular expression matching with support for'.'and'*'.'.' Matches any single character.'*' Matches zero or more of the preceding elemen...
分类:
其他好文 时间:
2015-06-10 13:56:27
阅读次数:
97
题目:
Regular Expression Matching
'.' Matches any single character.
'*' Matches zero or more of the preceding element.
The matching should cover the entire input string (not partial).
The...
分类:
其他好文 时间:
2015-06-10 09:02:26
阅读次数:
114
Given an array S of n integers, are there elements a, b, c in S such that a + b + c = 0? Find all unique triplets in the array which gives the sum of zero.Note:
Elements in a triplet (a,b,c) must be i...
分类:
其他好文 时间:
2015-06-09 22:06:29
阅读次数:
162
Given an array S of n integers, are there elements a,
b, c in S such that a + b + c = 0? Find all unique triplets in the array which gives the sum of zero.
Note:
Elements in a triplet (a,b,c) m...
分类:
其他好文 时间:
2015-06-09 22:02:58
阅读次数:
102
1、打开解决方案还原nuget包2、设置 ModuleZeroSampleProject.Web 为启动项目【带有有数据库连接字符串的项目】3、重启vs后、打开 视图》其他窗口》程序包管理器控制台4、运行两次update-database-Force 命令5、修改Configuration.cs 设...
分类:
Web程序 时间:
2015-06-08 16:45:55
阅读次数:
124
有时你会发现,在你使用Android Studio 进行编译的时候提示:Error:Execution failed for task ':demo:dexDebug'.> com.android.ide.common.process.ProcessException: org.gradle.pro...
分类:
移动开发 时间:
2015-06-08 14:42:10
阅读次数:
167
五一放假,赶上下雨,天气很凉爽,这种天气很舒服,不冷不热,听着滴答的雨声,看看书其实也不错。约了两个同学吃了顿饭,然后决定窝在实验室了,最近看了彼得.蒂尔的《zero to one》,确实是不错的一本书,不愧于“迄今为止最好的商业书”的头衔,里面很多观点确实很有启发性,对以后的如果有创业想法或者职业...
分类:
其他好文 时间:
2015-06-08 11:20:04
阅读次数:
153
五一放假,赶上下雨,天气很凉爽,这种天气很舒服,不冷不热,听着滴答的雨声,看看书其实也蛮好。约了两个同学吃了顿饭,然后决定窝在实验室了,最近看了彼得.蒂尔的《zero to one》,确实是不错的一本书,不愧于“迄今为止最好的商业书”的头衔,里面很多观点确实很有启发性,对以后的如果有创业想法或者职业...
分类:
其他好文 时间:
2015-06-07 23:23:36
阅读次数:
177