2021-01-18 js - javascript中的 $ , _ : 看似特殊符号,实际上就是普通符号,跟 a b c 等字母作用一样, vuejs 稍微特殊一些, 跟 编码风格有关. 无具体语法意义 (67)
2021-01-12 vue - 如何使用 vue-template 来进行 vue init webpack my_project 这样的操作 (manually set vue template) (45)
2020-12-14 rails - rails 6 由于gem listen 报错 Listen error: unable to monitor directories for changes (58)
2020-12-05 mysql - 记录一次数据库长时间执行导致的 无法写入 mysql table became not writable due to a long sql execution (111)
2020-11-19 linux - 把内容从物理机迁移到虚拟机 convert physical linux to vmware virtual machine, laptop linux to vmware (151)
2020-10-25 https - 使用curl / httparty 忽略https的错误 ( SSL certificate problem: certificate has expired ) (145)
2020-01-13 android - 实现自动升级 upgrade auto update version (更新进度 progressbar, 自动安装install apk, 读取文件 fileprovider) (892)
2019-06-10 ruby - grape require要正确,否则会报错 method_missing': undefined local variable or method `parent' (633)
2019-05-29 redis - MISCONF Redis is configured to save RDB snapshots, but is currently not able to persist on disk. (558)
2019-03-23 mysql - 大数据量下的操作相关 (4KW记录,32G) mysql huge data huge table big table import source restore (592)
2019-01-11 nginx - 处理Refused to display 'url'... in a frame because it set 'X-Frame-Options' to 'sameorigin'. (1767)
2018-12-22 react - 不要把extends React.Component写错!会报不好理解的错:super expression must either be null or a function (1428)
2018-12-15 rails - oracle的table primary id 一定要指定,否则会出现TypeError: nil is not a symbol nor a string (750)
2018-07-25 js - jquery toast message, notification messages (pop up , dialog box ... ) 一个不错的消息弹窗 (742)
2017-04-12 apple id 的 “安全问题”(secure question)非常重要。务必记住。记不住的话就只能更换账号了。(transfer agent of appple developer account) (1430)
2016-01-11 Titanium 进阶:在创建module的时候,如何加入参数,如何调用module中的普通方法以及它们( onCreate, proxy 构建函数 和普通方法)的调用顺序 (1611)
2015-04-26 Titanium 安装完之后,还要 安装Alloy. 否则会 alloy compiler failed, cannot find module ...undefined. (2185)
2015-02-12 i18n 和 数据库移植:两个很炫酷但是不好用的概念:(good but not pragmatic conceptions: i18n and supporting multiple database) (1851)
2015-01-01 接口的访问基本机制:安全控制-神秘的md5参数( web interface basic: how to secure your web access? md5, guid, sign ) (2350)
2014-10-02 rubymotion在运行时的过程分析: 2. Object C interface( rubymotion at run-time : object c interface) (2090)
2014-09-29 google account失效后 stackoverflow 的拯救办法(save your stackoverflow account when you google account is disabled ) (2310)
2014-09-21 【Lesson 2】新建一个 android 项目 (create a new android project using eclipse and command line ) (2071)
2014-09-21 【Lesson 1】Linux 下搭建vim + android SDK + jruby (不使用eclipse ) (without eclipse, how to install vim + android sdk + jruby + ruboto ) (2991)
2014-08-11 nokogiri 的xpath方法比 ancestor() 快的多(nokogiri xpath() is much faster than ancestor() ) (1917)
2014-08-03 rails 部署时Gemfile 相关的内容( Gemfiles related stuff when deploying Rails app to production) (2110)
2014-07-29 delayed_job 由于deadlock而死掉: (Mysql2::Error: Deadlock when attempting to lock a job ) (2402)
2014-07-26 node-webkit(npm)中安装第三方包(如jquery, coffeescript) ( install jquery, coffeescript under node/node-webkit) (4263)
2014-06-19 无法部署capistrano ( Capistrano cannot deploy code, because Net::SSH::AuthenticationFailed: Authentication failed ) (2391)
2014-05-22 why delayed_job's priority is: lower is more imporant ? (为什么delayed_job的priority是数字越小越重要?) (2095)
2014-05-18 delayed_job: max_run_time 一定不要设定过短 ( max_run_time should be shorter than any kind of job ) (2432)
2014-05-07 RAILS 3.0.x 安装plugin : install rails plugin for rails 3.0.x ( Commands is not a module (TypeError) ) (2435)
2014-04-03 使用 god + delayed_job是,不要使用 god的 keep_alive选项 ( don't use god's keep alive option when using god controlling delayed_jobs) (2588)
2014-02-23 动态web页面 的速度跟nginx服务下的静态页面的支持速度,天壤之别啊。 (dynamic pages is so slow comparing to static pages served by nginx) (2517)
2014-02-13 virtual env 的使用。 python 环境的切换 ( using virtualenv as python development environment ) (2415)
2014-02-01 tooltip: jquery-ui v.s. bootstrap (注意: bootstrap 与 jquery-ui 的tooltip组件会起冲突!导致bootstrap tooltip不生效~) (4351)
2014-01-30 ubuntu中 .bash_profile 会使 .bashrc失效 (remove bash_profile if you want your bashrc take effect in ubuntu) (2721)
2013-12-05 godaddy会莫名其妙的修改你域名的A记录( your domain name would be modified by godaddy in some case) (3111)
2013-09-27 rufu-scheduler 的at, 只能用Time 格式 (only use a specific time format in rufu scheduler's at) (1482)
2013-08-06 angular的controller与directive的执行顺序 ( execution sequence of angular's controller and directive) (2471)
2013-06-03 为表单加上bootstrap 风格的focus CSS ( adding bootstrap style focus CSS to your input field) (3007)
2013-02-18 使用 request-log-analyzer 分析Rails 日志(using request-log-analyzer to analyze your Rails log ) (3622)
2013-02-09 建立个简单的git server: gitosis ( gitosis: setting up a git server without complex authorization) (2476)
2013-01-30 如何查看某个Action的RESTful 类型?(how to determine the restful type of an action in Rails? ) (3018)
2013-01-30 Rails: 慎用 f.check_box , 推荐使用 check_box_tag ( prefer to use check_box_tag or hash, but not f.checkbox in Rails) (4592)
2013-01-15 调试SMTP 邮件服务器(看是否使用了BASE64 编码验证)(debug SMPT server to see if the BASE64 encoding is on ) (3160)
2013-01-15 安装JENKINS时记得要安装GIT PLUGIN哦亲! (when installing JENKINs , remember to install its 'Git plugin!' ) (2284)
2012-10-11 如何把Selenium script转换成 Java Ruby代码 ( how to convert selenium script to Java/Ruby code ) (2558)