上一页 1 2 3 4 5 6 ··· 19 下一页
摘要: 已购买: 1.菲拉格慕 蓝色经典 Salvatore Ferragamo Subtil Pour Homme, 2003 品牌:菲拉格慕 香调:辛辣木质调 前调:生姜 莲花 橘子 小豆蔻 中调:芫荽 紫罗兰 艾蒿 粉红胡椒 后调:琥珀 广藿香 麝香 属性:男香 标签:柑橘 清新辛辣 浓郁 花香 柔和 阅读全文
posted @ 2018-09-10 13:59 JokerJason 阅读(471) 评论(0) 推荐(0) 编辑
摘要: 首先科普下Pivoting的含义 一般翻译为“主元”,在对矩阵做某种算法时,首先进行的部分元素.在线性规划的单纯形法中常见.wiki的解释如下:Pivot element(the first element distinct from zero in a matrix in echelon form 阅读全文
posted @ 2018-09-06 14:14 JokerJason 阅读(4499) 评论(0) 推荐(0) 编辑
摘要: 先来一个整体图 一. 大致关系: CPU Cache --> 前端总线 FSB (下图中的Bus) --> Memory 内存 CPU 为了更快的执行代码。于是当从内存中读取数据时,并不是只读自己想要的部分。而是读取足够的字节来填入高速缓存行。根据不同的 CPU ,高速缓存行大小不同。如 X86 是 阅读全文
posted @ 2018-09-04 14:54 JokerJason 阅读(13635) 评论(0) 推荐(6) 编辑
摘要: GAS中每个操作都是有一个字符的后缀,表明操作数的大小。 C声明 GAS后缀 大小(字节) char b 1 short w 2 (unsigned) int / long / char* l 4 float s 4 double l 8 long double t 10/12 注意:GAL使用后缀 阅读全文
posted @ 2018-09-03 15:10 JokerJason 阅读(8944) 评论(0) 推荐(0) 编辑
摘要: pm2 是一个带有负载均衡功能的Node应用的进程管理器.当你要把你的独立代码利用全部的服务器上的所有CPU,并保证进程永远都活着,0秒的重载, PM2是完美的,下面我们来看pm2常用的命令用法介绍吧。 PM2 (github上的源码)是开源的基于Nodejs的进程管理器,包括守护进程,监控,日志的 阅读全文
posted @ 2018-08-30 11:50 JokerJason 阅读(754) 评论(0) 推荐(0) 编辑
摘要: 斯特灵公式是一条用来取n阶乘近似值的数学公式。一般来说,当n很大的时候,n阶乘的计算量十分大,所以斯特灵公式十分好用。从图中可以看出,即使在n很小的时候,斯特灵公式的取值已经十分准确。 公式为: 从图中看出,对于足够大的整数n,这两个数互为近似值。更加精确地: 或者 这个公式,以及误差的估计,可以推 阅读全文
posted @ 2018-08-23 18:39 JokerJason 阅读(12630) 评论(0) 推荐(1) 编辑
摘要: 方法有三种:1.修改命令git remote set-url origin [url] 例如:git remote set-url origin gitlab@gitlab.chumob.com:php/hasoffer.git 2.先删后加 git remote rm origingit remo 阅读全文
posted @ 2018-08-23 17:01 JokerJason 阅读(3918) 评论(0) 推荐(0) 编辑
摘要: 简单粗暴.... git push -u origin master -f 阅读全文
posted @ 2018-08-23 17:00 JokerJason 阅读(733) 评论(0) 推荐(0) 编辑
摘要: .Checkout git checkout --orphan latest_branch 2. Add all the files git add -A 3. Commit the changes git commit -am "commit message" 4. Delete the bran 阅读全文
posted @ 2018-08-23 16:15 JokerJason 阅读(1260) 评论(0) 推荐(0) 编辑
摘要: Windows 10累积更新KB4056892可能并不兼容AMD处理器,采用AMD Athlon 64 X2处理器的设备至少存在两起报告。 阅读全文
posted @ 2018-08-15 12:56 JokerJason 阅读(1356) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 19 下一页

It's not who you are underneath, it's what you do that defines you

Brick walls are there for a reason :they let us prove how badly we want things