1.C.R.U.D. Generator for CodeIgniter https://github.com/antonioyee/crud-generator/tree/9e5e48e773a52628f0bdae62db9e820d5bcead91 2. 类CI_DB_mysql_driver继承了CI_DB类,,然后CI_DB类 继承了CI_DB_active_record类,CI_DB_active_record类继承了CI_DB_driver类,类CI_DB_driver是数据库的基…
1. #ifdef FD_SETSIZE #define __DARWIN_FD_SETSIZE FD_SETSIZE #else /* !FD_SETSIZE */ #define __DARWIN_FD_SETSIZE 1024 #endif /* FD_SETSIZE */ #define __DARWIN_NBBY 8 /* bits in a byte */ #define __DARWIN_NFDBITS (sizeof(__int32_t) * __DARWIN_NBBY) /*…
1. 我们都知道要改状态栏statusBar的颜色很简单,只要如下一行代码就可以, [[UIApplicationsharedApplication]setStatusBarStyle:UIStatusBarStyleLightContent]; 最开始我也是这样想的,后来在AppDelegate.m文件里加了这行代码,但是运行出来颜色并没有改成白色的,还是原来的黑色的,我就奇了怪了,不可能不生效的,后来弄了好久才发现,要更改statusBar颜色不仅仅要添加上面这行代码,还要在plist文件里…
1. 在弹出层弹出后keywindow已改变 http://www.jianshu.com/p/4695d7efa20b…
1. http://www.jianshu.com/p/1cdfc60da04f 2.lua c++ Lua访问C++类 现在,我们在Lua里面操作这个Student类.注意,我们绑定的每一个函数都需要一个student对象作为参数,这样使用有一点不太方便. local s = cc.create() cc.setName(s,"zilongshanren") print(cc.getName(s)) cc.setAge(s,20) print(cc.getAge(s)) cc.pri…
1. https://github.com/chaonet/forum/ sudo  easy_install --find-links http://www.pythonware.com/products/pil/ Imaging https://www.fluther.com/47425/is-the-python-imaging-library-not-available-on-pypi-or-am/ https://athenageek.wordpress.com/2009/06/09/…
1. class CI_Controller { private static $instance; /** * Constructor */ public function __construct() { self::$instance =& $this; // Assign all the class objects that were instantiated by the // bootstrap file (CodeIgniter.php) to local class variabl…
SAP月结操作讲解 https://wenku.baidu.com/view/ac6fe45d312b3169a451a4b9.html   步聚 操作内容 事务码 是否必须 操作时间 月/年结 1 关闭待结期间物料帐,并打开下一期间物料帐 MMPV/MMRV 是 FI月结开始 月年 2 打开下一个会计期间财务帐 OB52 是 FI月结开始 月年 3 确认本期间业务全部入帐,出纳与会计对帐等 F-02,VF01,MIRO等 是 CO月结开始前 月年 4 固定资产折旧运行 是 CO月结开始前 月年…
一.介绍 Navicat premium是一款数据库管理工具,是一个可多重连线资料库的管理工具,它可以让你以单一程式同时连线到 MySQL.SQLite.Oracle 及 PostgreSQL 资料库,让管理不同类型的资料库更加的方便. 二.安装 1.下载地址:https://www.navicat.com/en/download/navicat-premium 根据自己的主机选择安装. 2.将解压的文件拷贝到opt目录下并解压:cp  /opt/ root@ranxf:/opt# cp /ho…
下载地址:官网https://www.navicat.com/download 1.下载 navicat120_mysql_en_x64.tar.gz 文件  2.下载后移到/opt/下 3.解压tar文件 tar -zxvf  /opt/navicat120_mysql_en_x64.tar.gz 4.解压后  运行其中的 start_navicat 文件,安装完成.运行也是这个文件 ./start_navicat  OK,这样就完啦.   连接上数据库后里面的中文数据是乱码,把Ubuntu的…