首页 > 其他
Maven 坐标元素
groupId:定义当前Maven项目隶属的实际项目。Maven项目与实际项目不是一一对应的关系;一个实际项目可能对应多个Maven项目;groupId的表示方式与java包名的表示方式类似。artifactId:定义实际项目中的一个Maven项目(模块)。通常实际项目的名称作为artifactId...
分类:其他   时间:2015-01-02 17:19:49    收藏:0  评论:0  赞:0  阅读:262
插入数据
文档是mongodb数据的基本单元,且对数据没有具体的模式要求,可以嵌套各种复杂的数据结构。mongodb和关系数据库的对比:documents/collection/db----row/table/databaseCreate Collection:如果collection不存在, 那么inser...
分类:其他   时间:2015-01-02 17:19:39    收藏:0  评论:0  赞:0  阅读:225
存储过程的参数
存储过程传参:存储过程的括号里,可以声明参数。 语法是:create procedure p([in/out/inout] 参数名 参数类型 ..),MySQL 存储过程参数如果不显式指定in、out、inout,则默认为inin:传入function的参数create procedure p7(i...
分类:其他   时间:2015-01-02 17:19:29    收藏:0  评论:0  赞:0  阅读:265
关于SOAP
http://www.tutorialspoint.com/soap/index.htmhttp://www.w3.org/TR/2000/NOTE-SOAP-20000508/SOAP协议规范介绍
分类:其他   时间:2015-01-02 17:19:09    收藏:0  评论:0  赞:0  阅读:305
CenOS安装Redis
Linux环境下安装redis
分类:其他   时间:2015-01-02 17:18:59    收藏:0  评论:0  赞:0  阅读:230
OpenCV优化:图像的遍历4种方式
OpenCV优化:图像的遍历4种方式 分类:?算法学习2014-04-13 23:43?1312人阅读?评论(0)?收藏?举报 opencv 目录(?)[+] OpenCV优化:图像的遍历4种方式 我们在实际应用中对图像进行的操作,往往并不是将图像...
分类:其他   时间:2015-01-02 16:17:10    收藏:0  评论:0  赞:0  阅读:339
1147.c
/*题目描述 角谷猜想:? 日本一位中学生发现一个奇妙的“定理”,请角谷教授证明,而教授无能为力,于是产生角谷猜想。 猜想的内容是:任给一个自然数,若为偶数除以2,若为奇数则乘3加1,得到一个新的自然数后按...
分类:其他   时间:2015-01-02 16:16:59    收藏:0  评论:0  赞:0  阅读:255
openhft
http://openhft.net/ http://maven.outofmemory.cn/net.openhft/chronicle-map/2.0.13b/ http://search.maven.org/#search|ga|1|g%3A%22net.openhft%22%20AND%20a%3A%22chronicle-map%22 freechat http://www.osc...
分类:其他   时间:2015-01-02 16:16:49    收藏:0  评论:0  赞:0  阅读:424
[LeetCode]108 Convert Sorted Array to Binary Search Tree
https://oj.leetcode.com/problems/convert-sorted-array-to-binary-search-tree/http://fisherlei.blogspot.com/2013/03/leetcode-convert-sorted-array-to-binary.html/** *Definitionforbinarytree *publicclassTreeNode{ *intval; *TreeNodeleft; *TreeNoderight; *TreeNod..
分类:其他   时间:2015-01-02 16:16:19    收藏:0  评论:0  赞:0  阅读:280
[LeetCode]109 Convert Sorted List to Binary Search Tree
https://oj.leetcode.com/problems/convert-sorted-list-to-binary-search-tree/http://fisherlei.blogspot.com/2013/01/leetcode-convert-sorted-list-to-binary.htmlhttp://blog.csdn.net/worldwindjp/article/details/39722643/** *Definitionforsingly-linkedlist. *public..
分类:其他   时间:2015-01-02 16:16:09    收藏:0  评论:0  赞:0  阅读:294
[LeetCode]46 Permutations
https://oj.leetcode.com/problems/permutations/http://fisherlei.blogspot.com/2012/12/leetcode-permutations.htmlTODOseesubsetcombination,nextpublicclassSolution{ //Assumesallinputnumbersareunique publicList<List<Integer>>permute(int[]num){ retur..
分类:其他   时间:2015-01-02 16:15:59    收藏:0  评论:0  赞:0  阅读:313
[LeetCode]1 Two Sum
https://oj.leetcode.com/problems/two-sum/http://fisherlei.blogspot.com/2013/03/leetcode-two-sum-solution.htmlpublicclassSolution{ publicint[]twoSum(int[]numbers,inttarget){ //SolutionA //returntwoSum_SortAndTwoPointer(numbers,target); //SolutionB returntw..
分类:其他   时间:2015-01-02 16:15:29    收藏:0  评论:0  赞:0  阅读:245
[LeetCode]3 Longest Substring Without Repeating Characters
https://oj.leetcode.com/problems/longest-substring-without-repeating-characters/http://fisherlei.blogspot.com/2012/12/leetcode-longest-substring-without.htmlpublicclassSolution{ publicintlengthOfLongestSubstring(Strings){ if(s==null||s.isEmpty()) return0;/..
分类:其他   时间:2015-01-02 16:14:59    收藏:0  评论:0  赞:0  阅读:253
[LeetCode]2 Add Two Numbers
https://oj.leetcode.com/problems/add-two-numbers/http://fisherlei.blogspot.com/2013/01/leetcode-add-two-numbers-solution.html/** *Definitionforsingly-linkedlist. *publicclassListNode{ *intval; *ListNodenext; *ListNode(intx){ *val=x; *next=null; *} *} */ pub..
分类:其他   时间:2015-01-02 16:14:39    收藏:0  评论:0  赞:0  阅读:272
可怜的技术员
看了无数的博文在教授大家如何提高自己的技术水平,我虽然不暗技术,但是总感觉很悲凉。技术本来就是为市场服务的,没有需求,技术本身就变的毫无价值,而所谓的动辄提高自己的技术水平,到底能够让多少人受益呢?我看很少。很多人总是自认为这是由于个人决定的,我看未必,核..
分类:其他   时间:2015-01-02 16:14:29    收藏:0  评论:0  赞:0  阅读:249
[LeetCode]5 Longest Palindromic Substring
https://oj.leetcode.com/problems/longest-palindromic-substring/http://fisherlei.blogspot.com/2012/12/leetcode-longest-palindromic-substring.htmlpublicclassSolution{ publicStringlongestPalindrome(Strings){ //SolutionA: returnlongestPalindrome_Center(s); } ..
分类:其他   时间:2015-01-02 16:14:19    收藏:0  评论:0  赞:0  阅读:252
H3C nqa 配置
nqaentryadminhngdtypeicmp-echo使用ICMPping的方式destinationip10.114.10.1frequency1000频率1000msreaction1checked-elementprobe-failthreshold-typeconsecutive5action-typetrigger-onlyreaction2checked-elementprobe-failthreshold-typeconsecutive10action-typetrigger..
分类:其他   时间:2015-01-02 16:13:49    收藏:0  评论:0  赞:0  阅读:502
[LeetCode]6 ZigZag Conversion
https://oj.leetcode.com/problems/zigzag-conversion/http://fisherlei.blogspot.com/2013/01/leetcode-zigzag-conversion.htmlpublicclassSolution{ publicStringconvert(Strings,intnRows){ //SolutionA: returnconvert_NoNewMatrix(s,nRows); } ////////////////////////..
分类:其他   时间:2015-01-02 16:13:39    收藏:0  评论:0  赞:0  阅读:325
[LeetCode]1 Reverse Integer
http://7371901.blog.51cto.com/user_index.php?action=addblog_newhttp://fisherlei.blogspot.com/2012/12/leetcode-reverse-integer.htmlpublicclassSolution{ publicintreverse(intx){ //SolutionA //returnreverse_Mod(x); //SolutionB returnreverse_String(x); } ////..
分类:其他   时间:2015-01-02 16:13:19    收藏:0  评论:0  赞:0  阅读:283
[LeetCode]8 String to Integer (atoi)
https://oj.leetcode.com/problems/string-to-integer-atoi/http://fisherlei.blogspot.com/2013/01/leetcode-string-to-integer-atoi.htmlpublicclassSolution{ publicintatoi(Stringstr){ //Validations if(str==null||str.length()==0) return0; char[]chars=str.trim()...
分类:其他   时间:2015-01-02 16:12:59    收藏:0  评论:0  赞:0  阅读:295
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!