今天是来到大学的第11天了(今天讲座上说的,但我早到一天)。
高中里那些告诉我们大学自由自在很轻松的人都给我出来,我保证不压缩你。这日子明显不自在嘛!
今天也是军训的第八天了,虽然我完全没感觉到已经过了这么些天。说明我这日子混得很没质量嘛。
之前的大会上校老二说道,我们要时刻记录自己现在的生活,不然到了以后什么都没得回忆(虽然我觉得回忆这些东西也没啥意义),于是我决定了,拍点别人的照片来纪念一下吧。
今天是来到大学的第11天了(今天讲座上说的,但我早到一天)。
高中里那些告诉我们大学自由自在很轻松的人都给我出来,我保证不压缩你。这日子明显不自在嘛!
今天也是军训的第八天了,虽然我完全没感觉到已经过了这么些天。说明我这日子混得很没质量嘛。
之前的大会上校老二说道,我们要时刻记录自己现在的生活,不然到了以后什么都没得回忆(虽然我觉得回忆这些东西也没啥意义),于是我决定了,拍点别人的照片来纪念一下吧。
今天我才知道php脚本用php直接执行的时候是可以传入参数的,这样本地共享session就不需要建个服务器再访问啊什么的。
这里放个例子
文件a.php
<?php $args = getopt('a:b:'); print_r($args); ?>
执行 `php a.php -a miao -b 123`
结果
Array ( [a] => miao [b] => 123 )
带电脑,带玩具,带平板,带猴子抱枕,带颜文字君,想带的都带上。
这三个月过得还不算太费,虽然基本上也没搞出什么东西来。。。
这就要开始4年的大学生活了,大学会活成什么样呢。
去了再说吧
从node分离出来农民起义的iojs终于取得了革命胜利。现在node的版本一下从0.12.x飞升到了4.0.0。
Node.js ChangeLog 2015-09-08, Version 4.0.0 (Stable), @rvagg Notable changes This list of changes is relative to the last io.js v3.x branch release, v3.3.0. Please see the list of notable changes in the v3.x, v2.x and v1.x releases for a more complete list of changes from 0.12.x. Note, that some changes in the v3.x series as well as major breaking changes in this release constitute changes required for full convergence of the Node.js and io.js projects. child_process: ChildProcess.prototype.send() and process.send() operate asynchronously across all platforms so an optional callback parameter has been introduced that will be invoked once the message has been sent, i.e. .send(message[, sendHandle][, callback]) (Ben Noordhuis) #2620. node: Rename "io.js" code to "Node.js" (cjihrig) #2367. node-gyp: This release bundles an updated version of node-gyp that works with all versions of Node.js and io.js including nightly and release candidate builds. From io.js v3 and Node.js v4 onward, it will only download a headers tarball when building addons rather than the entire source. (Rod Vagg) #2700 npm: Upgrade to version 2.14.2 from 2.13.3, includes a security update, see https://github.com/npm/npm/releases/tag/v2.14.2 for more details, (Kat Marchán) #2696. timers: Improved timer performance from porting the 0.12 implementation, plus minor fixes (Jeremiah Senkpiel) #2540, (Julien Gilli) nodejs/node-v0.x-archive#8751 nodejs/node-v0.x-archive#8905 util: The util.is*() functions have been deprecated, beginning with deprecation warnings in the documentation for this release, users are encouraged to seek more robust alternatives in the npm registry, (Sakthipriyan Vairamani) #2447. v8: Upgrade to version 4.5.103.30 from 4.4.63.30 (Ali Ijaz Sheikh) #2632. Implement new TypedArray prototype methods: copyWithin(), every(), fill(), filter(), find(), findIndex(), forEach(), indexOf(), join(), lastIndexOf(), map(), reduce(), reduceRight(), reverse(), slice(), some(), sort(). See https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/TypedArray for further information. Implement new TypedArray.from() and TypedArray.of() functions. See https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/TypedArray for further information. Implement arrow functions, see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Functions/Arrow_functions for further information. Full ChangeLog available at https://github.com/v8/v8-git-mirror/blob/4.5.103/ChangeLog
以上是搬过来的changeLog,同时在changeLog页面往下翻一番,全都是iojs之前的版本号,很明显node原本的项目是直接被iojs项目覆盖掉了,注意这一行
node: Rename "io.js" code to "Node.js" (cjihrig) #2367.
iojs重命名为nodejs,革命军变成了正规军,推翻了原本的帝国统治。
现在点开iojs.org官网里的changelog也是直接跳转到https://github.com/nodejs/node/blob/master/CHANGELOG.md,也就是node的changelog。
这对native mod开发者来说是个福音,不用再去考虑兼容iojs和node携带的两个版本差距悬殊的v8版本了。
入手了个N9,拍照留念
本图册约7.29MB
继续阅读Nexus9开包
(笑
继续阅读
我在macbook上虚拟机里装了个Win10,装好了之后发现,一切都是那么的小,小的几乎看不清。因为这个macbook是Retina屏的,所以dpi比较高,于是东西都变小了。
我的标题里不直接写win10是因为我也不知道自定义项目大小是从哪个系统开始有的,没有这个功能的系统很简单,就是把分辨率按比例调低即可。
出现这个错误表示端口绑定失败,需要提高权限来运行程序。