node.js和npm
2017-11-14Node.js是一个Javascript运行环境(runtime),发布于2009年5月,由Ryan Dahl开发,实质是对Chrome V8引擎进行了封装。Node.js对一些特殊用例进行优化,提供替代的API,使得V8在非浏览器环境下运行得更好。 阅读全文...
Wifi开启WDS
2017-11-13无线网络基本设置,开启WDS。 阅读全文...
nc命令
2017-11-08NetCat,在网络工具中有“瑞士军刀”美誉,其有Windows和Linux的版本。可通过TCP或UDP协议传输读写数据。同时,它还是一个网络应用Debug分析器,因为它可以根据需要创建各种不同类型的网络连接。 阅读全文...
北斗和GPS卫星会不会在天空撞车
2017-11-06人造地球卫星(Artificial Satellite)指环绕地球飞行并在空间轨道运行一圈以上的无人航天器。 阅读全文...
war包
2017-11-01WAR包是用于将java项目部署在中间件上的,例如部署在Tomcat,Weblogic,WebSphere等等,可使用eclipse导出WAR包。 阅读全文...
capital和asset
2017-10-24capital是指个人资产,也就是除开债务以后,你自己的物资财富。 阅读全文...
手机ip67级防水
2017-10-20IP是Ingress Protection Rating的缩写,它是指一个界面对液态和固态微粒的防护能力。IP67后面的二位数字,第一位数字是固态防护等级(它的范围是0-6);第二个数字是液体防护等级(它的范围是0-8)。数字越大,表示它的防护能力越强。 阅读全文...
colcrt
2017-10-18colcrt 命令的典型使用是 阅读全文...
top命令
2017-10-18top命令display Linux processes 阅读全文...
3阶魔方CFOP
2017-10-17CFOP的意思是我们要分四步还原魔方,分别是,Cross(底层十字)->First 2 layers(简称f2l)->Orientation of last layer(简称oll)->Permutation of last layer(简称pll),也就是:底层十字->同时对好前两层->调整好最后一层的朝向->调整好最后一层的顺序(排列)。 阅读全文...
gdisk
2017-10-16GPT fdisk 阅读全文...
redis介绍
2017-10-13Redis is an open source (BSD licensed), in-memory data structure store, used as a database, cache and message broker. It supports data structures such as strings, hashes, lists, sets, sorted sets with range queries, bitmaps, hyperloglogs and geospatial indexes with radius queries. Redis has built-in replication, Lua scripting, LRU eviction, transactions and different levels of on-disk persistence, and provides high availability via Redis Sentinel and automatic partitioning with Redis Cluster. 阅读全文...
pwd显示ln的源路经
2017-10-11ln -s /opt/help /help,执行pwd只能显示/help。为了知道确切的路径,需要用pwd -P。 阅读全文...
Bash的24个陷阱分析
2017-09-30bash编程常见错误。 阅读全文...
linux安装xfsprogs
2017-09-29XFS是SGI公司开发的文件系统,相比于其他的文件系统有很多的优势,比如扩展性(支持最大的文件和分区)、性能、快速恢复、日志型的有效结构等。 阅读全文...