mythou.com
python – 思想流氓的博客
http://www.mythou.com/archives/category/python
编程 思考 生活 AlexZhou's Blog. How to keep game progress in don’t starve. 在HHVM环境下使用CodeIgniter框架 调用load- view 时候会输出1 的问题. On ul li 下拉菜单被flash挡住的解决办法之一. 习惯了分号,再看python,对语句的判断会有迟疑 ,要强迫告诉自己 ,这一行就是一个语句,- -! Leave a comment on python的缩进. Proudly powered by WordPress.
mythou.com
web – 思想流氓的博客
http://www.mythou.com/archives/category/web
编程 思考 生活 AlexZhou's Blog. How to keep game progress in don’t starve. 在HHVM环境下使用CodeIgniter框架 调用load- view 时候会输出1 的问题. On ul li 下拉菜单被flash挡住的解决办法之一. 在ie7下的button 元素的padding存在在一个bug ,就是padding 表现出的实际值和button中的text字符多少成正比,文字越多padding 就越大。 Leave a comment on ie7下button元素的padding bug. 由于项目需要想做一个环形进度条,先后使用cancas,svg,背景图 background 来实现,但是canvas 和 svg 在浏览器的兼容上有问题,后来就只有采用了背景图的方式来达到兼容。 Leave a comment on 实现环形进度条. 它允许server 把client 的握手请求当成是HTTP 请求, 但是之后就切换成websocket. String hashed by SHA-1 gives 0x. 在一个表单里,如果有一个以上&...
mythou.com
June 2014 – 思想流氓的博客
http://www.mythou.com/archives/date/2014/06
编程 思考 生活 AlexZhou's Blog. How to keep game progress in don’t starve. 在HHVM环境下使用CodeIgniter框架 调用load- view 时候会输出1 的问题. On ul li 下拉菜单被flash挡住的解决办法之一. PHP 的xml 操作类有多种,xml to array 的方法当然也是有多种的,一般常见的就是递归遍历。 2 line XML2Array $xml. TRUE); / 完善过的 function. 2 line XML2Array 利用强制类型转换. Xml = simplexml load string($file);. Array = (array)$xml;. Leave a comment on [PHP]xml 转成数组. 在Yii 框架进行开发的时候,常有delete 操作,考虑安全问题delete 常使用使用post提交。 Leave a comment on Yii 创建一个post提交数据的链接. Proudly powered by WordPress.
mythou.com
javascript – 思想流氓的博客
http://www.mythou.com/archives/category/javascript
编程 思考 生活 AlexZhou's Blog. How to keep game progress in don’t starve. 在HHVM环境下使用CodeIgniter框架 调用load- view 时候会输出1 的问题. On ul li 下拉菜单被flash挡住的解决办法之一. Code lang=”js”]. Var b = {. F: this.f = function() {. 0, bf)();. 结果是五次alert输出 1 1 2 2 1. 8230;…假装自己有读者% %. Leave a comment on 一个javascript题目. ArrayObject.concat(arrayX,arrayX,.,arrayX). Code lang=”js”]. Var pivot = Math.floor(arr.length/2);. Var pivotItem = arr.splice(pivot,1);. Var left = [], right= [];. For(var i in arr){. Left = arguments.callee(left);.
mythou.com
cocoa – 思想流氓的博客
http://www.mythou.com/archives/category/cocoa
编程 思考 生活 AlexZhou's Blog. How to keep game progress in don’t starve. 在HHVM环境下使用CodeIgniter框架 调用load- view 时候会输出1 的问题. On ul li 下拉菜单被flash挡住的解决办法之一. Ios开发 file ower ,IBoutlet 的理解. 可以看做是 xib对应的类,比如 view对应的xib文件的file’owner对应的就是 viewcontrol的类,. 那么为什么要做outlet与file’s owner 之间的连线呢. 这里file’s owner 看做我们定义的类,即我们的代码,里面写了哪些需要outlet的控件,. File’s owner 和 label之间的连线,确定了 我们代码中的outlet控件与 xib中的控件的. 同样的道理,我们虽然在 viewcontrol中 定义了 ibaction,即 事件响应的代码,却未将其与. Outlet连线 control点击file’s owner 拖拉到 相应控件 弹出菜单,选择 outlet名称.
mythou.com
闲扯 – 思想流氓的博客
http://www.mythou.com/archives/category/small-talk
编程 思考 生活 AlexZhou's Blog. How to keep game progress in don’t starve. 在HHVM环境下使用CodeIgniter框架 调用load- view 时候会输出1 的问题. On ul li 下拉菜单被flash挡住的解决办法之一. How to keep game progress in don’t starve. After you dead in game in the don’t starve game,you will lose the game progress . There is a way to keep the progress by modifying the game script file. After that,y ou will. Leave a comment on How to keep game progress in don’t starve. 2 Comments on 为什么现在的年轻人会感觉累. Leave a comment on 关于函数式的学习计划. 1 Comment on 程序员的情商.
mythou.com
移动开发 – 思想流氓的博客
http://www.mythou.com/archives/category/移动开发
编程 思考 生活 AlexZhou's Blog. How to keep game progress in don’t starve. 在HHVM环境下使用CodeIgniter框架 调用load- view 时候会输出1 的问题. On ul li 下拉菜单被flash挡住的解决办法之一. Ios开发 file ower ,IBoutlet 的理解. 可以看做是 xib对应的类,比如 view对应的xib文件的file’owner对应的就是 viewcontrol的类,. 那么为什么要做outlet与file’s owner 之间的连线呢. 这里file’s owner 看做我们定义的类,即我们的代码,里面写了哪些需要outlet的控件,. File’s owner 和 label之间的连线,确定了 我们代码中的outlet控件与 xib中的控件的. 同样的道理,我们虽然在 viewcontrol中 定义了 ibaction,即 事件响应的代码,却未将其与. Outlet连线 control点击file’s owner 拖拉到 相应控件 弹出菜单,选择 outlet名称.
mythou.com
lisp – 思想流氓的博客
http://www.mythou.com/archives/category/lisp
编程 思考 生活 AlexZhou's Blog. How to keep game progress in don’t starve. 在HHVM环境下使用CodeIgniter框架 调用load- view 时候会输出1 的问题. On ul li 下拉菜单被flash挡住的解决办法之一. Code lang=”lisp”]. Square-list (list 1 2 3 4). 1 2 3 16). Racket not support nil. Define nil ‘(). The map define have given. Define (map proc items). Cons (proc (car items). Map proc (cdr items) ) ). Define (square x)(* x x). Cons (square (car items). Square-list (cdr items) ) ). Map (lambda (x) (square x) items). Square-list (list 1 2 3 4 5). Width center) 1...
mythou.com
September 2014 – 思想流氓的博客
http://www.mythou.com/archives/date/2014/09
编程 思考 生活 AlexZhou's Blog. How to keep game progress in don’t starve. 在HHVM环境下使用CodeIgniter框架 调用load- view 时候会输出1 的问题. On ul li 下拉菜单被flash挡住的解决办法之一. 在HHVM环境下使用CodeIgniter框架 调用load- view 时候会输出1 的问题. System/core/Loader.php 中830行左右有一个短标签的处理 ,如果php 没有开启段标签 而框架开始起了 段标签重写 ,就会执行一个eval 语句 ,就会有这个问题, 具体原因没看。 解决办法 在 config/config.php 中 把CodeIgniter 的rewrite short tags 关掉. Leave a comment on 在HHVM环境下使用CodeIgniter框架 调用load- view 时候会输出1 的问题. Proudly powered by WordPress.
mythou.com
见闻 – 思想流氓的博客
http://www.mythou.com/archives/category/discovery
编程 思考 生活 AlexZhou's Blog. How to keep game progress in don’t starve. 在HHVM环境下使用CodeIgniter框架 调用load- view 时候会输出1 的问题. On ul li 下拉菜单被flash挡住的解决办法之一. Leave a comment on 那些面试邀请. 8212;———————————————————————. 3 Comments on 日本地震使闪存价格上涨. Y- ]1 q- V( N9 ” 6 x2 d. Leave a comment on 匈牙利出现罕见火旋风火焰高达四米. Proudly powered by WordPress.