码迷,mamicode.com
首页 >  
搜索关键字:local profixed index    ( 57975个结果
小记备忘
Ubuntu12.04 自安装python3.3中头文件Python.h路径:usr/local/python3.3/include/python3.3mUbuntu12.04 自带的Python2.7中头文件Python.h路径:usr/ include/python2.7Ub...
分类:其他好文   时间:2014-05-09 09:27:51    阅读次数:270
Github 修正上传时“this exceeds GitHub’s file size limit of 100 MB”错误
Github只允许上传最大100MB的文件,如果超过,则会被server reject则需:git filter-branch --force --index-filter "git rm --cached --ignore-unmatch Project1/Project1.1\ Sample\ Project/output.txt"  --prune-empty --tag-name-filt...
分类:其他好文   时间:2014-05-09 06:35:41    阅读次数:341
android Bluetooth(官方翻译)
Bluetooth Using the Bluetooth APIs, an Android application can perform the following: 使用蓝牙APIs,一个Android应用可以进行如下操作: Scan for other Bluetooth devices 扫描其他蓝牙设备 Query the local Bluetooth adapter...
分类:移动开发   时间:2014-05-09 06:15:57    阅读次数:479
angular学习笔记(七)-迭代1
本篇介绍angular中元素的迭代: 4.1.迭代 {{$index+1}}{{student.name}}{{student.score}} function StudentList ($scope){ $scope.students = [{"...
分类:其他好文   时间:2014-05-09 03:44:07    阅读次数:183
goaccess生成nginx每日访问纪录
使用php写的,方便点 $LOG"; `$cmd`; _debug($cmd); // 再使用goaccess生成网页 $cmd = "/usr/local/bin/goaccess -f $LOG -a > /yfdata/mobile/$HTML"; `$cmd`;...
分类:数据库   时间:2014-05-09 02:56:20    阅读次数:371
angular学习笔记(七)-迭代2
视图的迭代和它的ng-repeat属性绑定的数据是实时绑定的,一旦数据发生了改变,视图也会立即更新迭代.还是刚才的那个例子,给它添加一个添加数据按钮和一个删除数据按钮. 4.1.迭代 {{$index+1}}{{student.name}}{{student.sc...
分类:其他好文   时间:2014-05-09 02:53:51    阅读次数:415
Debian rails Puma god 开机启动
1、安装godgeminstallgod2、设置环境变量以及开机启动的rc.local文件,其内容如下PATH=$PATH:/zhiyisoft/bingod-c/etc/god/god.god备注:请将rubybin目录下的所有文件链接到/zhiyisoft/bin下面,否则将无法运行如果是rvm,请执行下方命令1、rvmwrapper2.0.0@rails3bootupgod2、..
分类:其他好文   时间:2014-05-09 00:52:01    阅读次数:1277
个人python开发环境搭建
一、环境ubuntu10.4mysql5.1.60python.6.6java7二、搭建1.安装ubuntu10.4,并更新软件包2.sudosu-切换到root用户下安装mysql5.1.60groupaddmysql useradd-gmysqlmysql ./configure--prefix=/usr/local/mysql--with-unix-socket-path=/usr/local/mysql/var/mysql.sock--sysconfd..
分类:编程语言   时间:2014-05-09 00:48:04    阅读次数:362
lua 对表的简单序列化与反序列化
参考文档:http://blog.csdn.net/xiaodan007/article/details/7096718function sz_T2S(_t) local szRet = "{" function doT2S(_i, _v) if "number" == t...
分类:其他好文   时间:2014-05-08 22:47:29    阅读次数:347
设置Qt程序在Windows开机后自动运行
(转自:http://blog.csdn.net/weiren2006/article/details/7443362)让软件在系统启动时自动运行,可通过修改注册表实现。在\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Ru...
分类:Windows程序   时间:2014-05-08 22:45:54    阅读次数:625
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!