摘要: Learning python the hardway Python Tip社区啄木鸟社区编程指南社区 Python基础教程MIT 计算机科学及其导论Harward:计算机科学CS50Crossin的编程教室 Web:自强学堂 Django基础教程Django搭建简易博客教程欢迎进入Flask大型教 阅读全文
posted @ 2017-07-13 17:52 专属9号 阅读(199) 评论(0) 推荐(0) 编辑
摘要: docker&k8shadoopsparkhbasemesosrediskafkazookeeper SCSI、NVMe、PCIe devops 阅读全文
posted @ 2017-07-13 17:51 专属9号 阅读(134) 评论(0) 推荐(0) 编辑
摘要: Java岗位1, SpringMVC, spring, mybaits2, 高并发编程3, mysql或者oracle SQL调优及函数,存储过程,JOB调度 阅读全文
posted @ 2017-07-13 17:50 专属9号 阅读(161) 评论(0) 推荐(0) 编辑
摘要: Git Git中HEAD表示当前版本,上一个版本就是HEAD^,上上一个版本就是HEAD^^,前100个版本就是HEAD~100 git reset --hard HEAD^ 回退到上一个版本 git reflog 记录了你的每一次操作命令 git checkout -- <file> 丢弃工作区的 阅读全文
posted @ 2017-07-13 17:17 专属9号 阅读(112) 评论(0) 推荐(0) 编辑
摘要: storage engine;MyISAM --table lock -- full text index InnoDB -- transanction --line lockBDB -- transanctionMEMORYEXAMPLENDB ClusterARCHIVECSVBLACKHOLE 阅读全文
posted @ 2017-06-22 15:10 专属9号 阅读(116) 评论(0) 推荐(0) 编辑
摘要: Mysql/Mongo DB/RedisLinux/C++/PHP/Java/TCP/IPUMLRPC Thriftnginx/lua/openrestyleveldbp2p gcc/g++/gdb makefilelibevent,ace,ICE Rose/Visio xmpp/SIP/RTP h 阅读全文
posted @ 2017-06-22 15:10 专属9号 阅读(122) 评论(0) 推荐(0) 编辑
摘要: http://localhost:9200/ Apache Lucene(TM)RESTful API PB = PegaByte 阅读全文
posted @ 2017-06-22 15:09 专属9号 阅读(98) 评论(0) 推荐(0) 编辑
摘要: dism /online /get-features /format:table 阅读全文
posted @ 2017-06-22 13:25 专属9号 阅读(328) 评论(0) 推荐(0) 编辑
摘要: Shell进行数学计算的三种方式((i++))let i++expr $i + 1 bc求冥的符号为^expr, let求冥的符号为**let, expr无法进行浮点运算,但是bc和awk可以echo "scale=3;1/13"|bcecho "1 13"|awk '{printf("%0.3fn 阅读全文
posted @ 2017-06-16 23:39 专属9号 阅读(130) 评论(0) 推荐(0) 编辑
摘要: 1,语法 语句不用分号结尾 function ... end if .. else .. end 2, io库, string库, table库, OS库, 算术库, debug库 3, dofile来导入库文件内容 4.大小写敏感 5,单行命令 lua -e "print(math.sin(12) 阅读全文
posted @ 2017-06-05 01:47 专属9号 阅读(148) 评论(0) 推荐(0) 编辑