sosyuki.com
代码片段 | sosyuki
http://sosyuki.com/snippets
Skip to main content. On Sun, 09/13/2015 - 01:16. Php class command base { private $php path = ' ; function real path() { if ($this- php path! Return $this- php path; } if (substr(strtolower(PHP OS), 0, 3) = 'win') { $ini = ini get all(); $path = $ini['extension dir']['local value']; $php path = str replace(' ', '/', $path); $php path = str replace(array('/ext/', '/ext'), array( '/', '/' ), $php path); $real path = $php path . 'php.exe'; } else { $real path = PHP BINDIR . '/php'; }. Read more about 好玩的脚本.
sosyuki.com
entity | sosyuki
http://sosyuki.com/tags/entity
Skip to main content. On Sun, 08/09/2015 - 23:11. Read more about Drupal Entity. On Sat, 05/30/2015 - 21:25. 比如 Drupal 7 的大部分内容都是Entity 当然有部分不按这个出牌的,比如用的很多的一个模块userpoint。 Read more about Drupal数据模型. On Sat, 05/23/2015 - 12:05. Read more about Drupal Entity 详解. On Tue, 05/05/2015 - 09:53. Read more about Entity 开发. Entity property doesn't support writing. On Tue, 05/05/2015 - 09:50. Entity property doesn't support writing错误. Read more about Entity property doesn't support writing. Clean URLs failed (1).
sosyuki.com
Drupal | sosyuki
http://sosyuki.com/book/drupal
Skip to main content. On Sun, 11/02/2014 - 18:53. Drupal Display Suite 记录. Drupal content add menu 位置. Drupal ajax 框架 和 rules 配合使用. Drupal Display Suite 记录. Drupal content add menu 位置. Drupal ajax 框架 和 rules 配合使用. Clean URLs failed (1). Apache 2.4.7 (1). Field create field (1). Field create instance (1). Ubuntu 14.04 (3).
sosyuki.com
文章 | sosyuki
http://sosyuki.com/article/drush命令收集
Skip to main content. Ubuntu 下安装 php oauth 扩展. On Mon, 08/08/2016 - 13:15. Pecl install oauth-1.2.3. Apt-get install libpcre3 libpcre3-dev. 最后不要忘了在 php.ini 文件里面加入. Extension = oauth.so. Read more about ubuntu 下安装 php oauth 扩展. 微信开放平台开发 component verify ticket 解密失败. On Wed, 07/27/2016 - 17:15. 开发微信开放平台 component verify ticket 解密总是失败。 使用的是 ubuntu 系统 使用的是命令安装。 Note, for Ubuntu, simply installing php5-mcrypt did not get mcrypt to work. You need to execute the following commands as root to enable it:.
sosyuki.com
Drupal Entity | sosyuki
http://sosyuki.com/book/drupal-entity
Skip to main content. On Sun, 08/09/2015 - 23:11. Clean URLs failed (1). Apache 2.4.7 (1). Field create field (1). Field create instance (1). Ubuntu 14.04 (3).
sosyuki.com
Drupal数据模型 | sosyuki
http://sosyuki.com/article/drupal数据模型
Skip to main content. On Sat, 05/30/2015 - 21:25. 比如 Drupal 7 的大部分内容都是Entity 当然有部分不按这个出牌的,比如用的很多的一个模块userpoint。 Clean URLs failed (1). Apache 2.4.7 (1). Field create field (1). Field create instance (1). Ubuntu 14.04 (3).
sosyuki.com
mysql | sosyuki
http://sosyuki.com/tags/mysql
Skip to main content. On Tue, 11/03/2015 - 12:43. Read more about mysql保留关键字. On Sat, 03/21/2015 - 12:06. Drop database name;. Drush sql-dump /var/0321.sql 备份数据库,存入 /var/0321.sql. Drush sqlc / 使用drupal凭据打开mysql命令窗口,切换表,使用 source xxoo.sql; 还原数据库。 Read more about 命令收集. Clean URLs failed (1). Apache 2.4.7 (1). Field create field (1). Field create instance (1). Ubuntu 14.04 (3).
sosyuki.com
git | sosyuki
http://sosyuki.com/tags/git
Skip to main content. On Fri, 08/05/2016 - 18:25. Git tag -a 0.1 -m "Initial public release" master git push - tags. Read more about Git 打标签. On Tue, 06/14/2016 - 11:25. Git checkout -b branch-name origin/branch-name. Git branch -r -d origin/branch-name. Git push origin :branch-name. Read more about Git 分支. On Mon, 06/22/2015 - 16:50. 实验使用的是 git.oschina.net. Exec('git pull origin http master');. Read more about git自动部署. On Mon, 06/22/2015 - 16:43. Read more about GIT. On Wed, 04/22/2015 - 09:52.
sosyuki.com
git常用命令 | sosyuki
http://sosyuki.com/article/git常用命令
Skip to main content. On Wed, 04/22/2015 - 09:52. Git status / 查看当前状态. Git add . / 提交所有变更到缓存区. Git commit -a -m '修改信息' / 提交变更信息到版本库. Git push origin master / 提交本地修改到远程版本库。 Git pull origin master / 从远程版本库同步到本地。 Clean URLs failed (1). Apache 2.4.7 (1). Field create field (1). Field create instance (1). Ubuntu 14.04 (3).
sosyuki.com
Drupal Rules | sosyuki
http://sosyuki.com/book/drupal-rules
Skip to main content. On Fri, 04/17/2015 - 17:48. Clean URLs failed (1). Apache 2.4.7 (1). Field create field (1). Field create instance (1). Ubuntu 14.04 (3).