码迷,mamicode.com
首页 >  
搜索关键字:zero clipboard    ( 2343个结果
ardunio 实现RS485通讯-下位机
#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预先分配数据文件
mongodb预先分配数据文件,避免出现客户端超时#!/bin/bashforiin{1..5}doecho$ihead-c120000000/dev/zero>test.$idone
分类:数据库   时间:2015-06-11 23:10:16    阅读次数:142
[eetcode 10]Regular Expression Matching
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
leetcode - Regular Expression Matching
题目: 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
Leetcode[15]-3Sum
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
LeetCode 15: 3 Sum
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
ASP.NET Boilerplate Zero启动方式
1、打开解决方案还原nuget包2、设置 ModuleZeroSampleProject.Web 为启动项目【带有有数据库连接字符串的项目】3、重启vs后、打开 视图》其他窗口》程序包管理器控制台4、运行两次update-database-Force 命令5、修改Configuration.cs 设...
分类:Web程序   时间:2015-06-08 16:45:55    阅读次数:124
Android Stduio 发生 Process 'command 'somePath:java.exe'' finished with non-zero exit value 2 异常的解决办法
有时你会发现,在你使用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》读后感
五一放假,赶上下雨,天气很凉爽,这种天气很舒服,不冷不热,听着滴答的雨声,看看书其实也不错。约了两个同学吃了顿饭,然后决定窝在实验室了,最近看了彼得.蒂尔的《zero to one》,确实是不错的一本书,不愧于“迄今为止最好的商业书”的头衔,里面很多观点确实很有启发性,对以后的如果有创业想法或者职业...
分类:其他好文   时间:2015-06-08 11:20:04    阅读次数:153
《zero to one》读后感
五一放假,赶上下雨,天气很凉爽,这种天气很舒服,不冷不热,听着滴答的雨声,看看书其实也蛮好。约了两个同学吃了顿饭,然后决定窝在实验室了,最近看了彼得.蒂尔的《zero to one》,确实是不错的一本书,不愧于“迄今为止最好的商业书”的头衔,里面很多观点确实很有启发性,对以后的如果有创业想法或者职业...
分类:其他好文   时间:2015-06-07 23:23:36    阅读次数:177
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!