木子炜培先生

⑴2017底=>(年薪15万)=>31岁 ⑵2018=》(生产生活用品)并且年薪20万=>32岁 ⑶2019=>年薪30万=>把小作坊升级为工厂=>33岁 ⑷2020=>再开一个食品工厂

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2017年4月7日

该文被密码保护。 阅读全文
posted @ 2017-04-07 21:13 木子炜培先生 阅读(1) 评论(0) 推荐(0) 编辑

2017年4月6日

摘要: http://blog.csdn.net/tomoto_zh/article/details/52820119 阅读全文
posted @ 2017-04-06 16:54 木子炜培先生 阅读(181) 评论(0) 推荐(0) 编辑

2017年4月5日

摘要: 2脚本内容如下: 4、设置权限 55、启动测试 6、设置开机自启动 阅读全文
posted @ 2017-04-05 23:09 木子炜培先生 阅读(1469) 评论(0) 推荐(0) 编辑

摘要: redis-cli 3.2.3 Usage: redis-cli [OPTIONS] [cmd [arg [arg ...]]] -h Server hostname (default: 127.0.0.1). -p Server port (default: 6379). -s Server socket (overrides ho... 阅读全文
posted @ 2017-04-05 22:00 木子炜培先生 阅读(431) 评论(0) 推荐(0) 编辑

2017年4月1日

摘要: http://blog.csdn.net/alex_my/article/details/54142711 版本 创建Application run过程 handleRequest runAction 简述流程 1 版本 2 3 run过程 整个run过程经历以下过程: 4 handleReques 阅读全文
posted @ 2017-04-01 09:04 木子炜培先生 阅读(1167) 评论(0) 推荐(0) 编辑

2017年3月26日

摘要: 阅读全文
posted @ 2017-03-26 12:17 木子炜培先生 阅读(786) 评论(0) 推荐(0) 编辑

2017年3月24日

摘要: * @since 2.0 */ interface ManagerInterface extends CheckAccessInterface { /** * Creates a new Role object. * Note that the newly created role is not added to the RBAC system yet. ... 阅读全文
posted @ 2017-03-24 12:07 木子炜培先生 阅读(306) 评论(0) 推荐(0) 编辑

摘要: protected function addItem($item) { $time = time(); if ($item->createdAt === null) { $item->createdAt = $time; } if ($item->updatedAt === null) { ... 阅读全文
posted @ 2017-03-24 11:53 木子炜培先生 阅读(201) 评论(0) 推荐(0) 编辑

摘要: /** * @inheritdoc */ public function add($object) { if ($object instanceof Item) { //①如果是role或permission对象就创建auth_rule if ($object->ruleName && $this->getRu... 阅读全文
posted @ 2017-03-24 11:48 木子炜培先生 阅读(137) 评论(0) 推荐(0) 编辑

摘要: 判断是否是classMap还是命名空间的 然后 转换成 绝对路径 include 文件 public static function autoload($className) { //classMap 一般都是类库 官方 或者自定义类映射 if (isset(static::$classMap[$className])) { ... 阅读全文
posted @ 2017-03-24 11:23 木子炜培先生 阅读(138) 评论(0) 推荐(0) 编辑