上一页 1 2 3 4 5 6 7 8 ··· 19 下一页
摘要: 按位与运算符"&"是双目运算符。其功能是参与运算的两数各对应的二进位相与。只有对应的两个二进位均为1时,结果位才为1 ,否则为0。参与运算的数以补码方式出现。 例如:9&5可写算式如下: 00001001 (9的二进制补码)&00000101 (5的二进制补码) 00000001 (1的二进制补码) 阅读全文
posted @ 2018-05-04 14:18 JokerJason 阅读(2122) 评论(0) 推荐(0) 编辑
摘要: 引言 在这篇文章中我会主要介绍CPU相关的一些重要概念和技术。如果你想更好地了解操作系统,那就从本文开始吧。 中央处理器(Central processing unit) 在我们了解其它概念之前,我们应该首先了解一下什么是CPU,它是做什么的,它的主要组件以及相应的作用都是什么? 简单点说,CPU其 阅读全文
posted @ 2018-04-24 11:03 JokerJason 阅读(8295) 评论(1) 推荐(5) 编辑
摘要: 一. 安装 ubuntu 16 python 2.7 测试安装完成效果: 二。升级最新版 直接操作报错: 解决方案: 阅读全文
posted @ 2018-02-24 10:36 JokerJason 阅读(421) 评论(0) 推荐(0) 编辑
摘要: js base64 阅读全文
posted @ 2018-02-05 09:50 JokerJason 阅读(3231) 评论(1) 推荐(0) 编辑
摘要: 好长时间没动过这玩意了,今天突然用到,忘的一干二净。在此做个笔记吧! 一、购买Godaddy SSL证书 1、打开Godaddy官网 http://www.godaddy.com/; 2、点击网站导航里的 Hosting & SSL >> SSL Certificates ; 3、直接点击"Get 阅读全文
posted @ 2018-01-29 11:09 JokerJason 阅读(11973) 评论(0) 推荐(1) 编辑
摘要: 注释: 先CTRL+K,然后CTRL+C 取消注释: 先CTRL+K,然后CTRL+U 阅读全文
posted @ 2018-01-16 17:04 JokerJason 阅读(7503) 评论(0) 推荐(0) 编辑
摘要: js解析jsonArray嵌套 阅读全文
posted @ 2018-01-08 16:33 JokerJason 阅读(8677) 评论(0) 推荐(0) 编辑
摘要: 一、JSONObject和JSONArray的数据表示形式 JSONObject的数据是用 { } 来表示的, 例如: { "id" : "123", "courseID" : "huangt-test", "title" : "提交作业", "content" : null } 而JSONArra 阅读全文
posted @ 2017-12-26 15:17 JokerJason 阅读(21146) 评论(2) 推荐(2) 编辑
摘要: 注意! exports 出来的 Model名字,必须和 Constructor的名字不一样!!! 不然Constructor会被覆盖,报错 这个是修改之后的。修改前,是var account = new account(); 会报告,TypeError : account is not a cons 阅读全文
posted @ 2017-12-25 11:17 JokerJason 阅读(360) 评论(0) 推荐(0) 编辑
摘要: Windows下 1. 官网下载:https://ngrok.com/download,选择版本;解压; 2. cmd 然后 cd 到目录下,拿出注册完获取的authtoken 3. 跑起来 先启动自己本地的数据库,服务器,项目Run起来,然后用本地的端口号,运行 完成, Linux下: Cento 阅读全文
posted @ 2017-12-14 17:12 JokerJason 阅读(14) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 ··· 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