https://guides.codepath.com/android/Working-with-the-ImageView ...
分类:
移动开发 时间:
2018-07-15 11:24:22
阅读次数:
165
Redis快速入门 https://www.yiibai.com/redis/redis_quick_guide.html Redis用途和使用场景 https://blog.csdn.net/weixin_40207795/article/details/79848975 超强、超详细Redis入 ...
分类:
其他好文 时间:
2018-07-12 16:39:16
阅读次数:
157
本篇記錄一下升級的血淚過程請注意升級前請先創一個新目錄將升級應用與舊應用隔離1. 需要將相關的套件做統一升級的動作,已確認需要升級所有舊的loaders其它應用的套件可先不做升級的動作 (如果編譯錯誤時,依照出錯的模塊到github做查找的動作)2. 需要手動將 webpack1 的config檔重... ...
分类:
Web程序 时间:
2018-07-10 23:30:59
阅读次数:
264
一个软件task管理和build 自动化的工具。 它允许用户指定tasks和describe dependencies, 也可以在一个namespace中group tasks。 使用Ruby语言写的。 rake -h看帮助 rake -T列出所有rake task. 可以用rake编写脚步任务。 ...
分类:
其他好文 时间:
2018-07-10 22:09:18
阅读次数:
154
1.AndroidStudio离线打包MUI 如何离线打包请参看上篇随笔《AndroidStudio离线打包MUI》 2.集成极光推送 官方文档:https://docs.jiguang.cn/jpush/client/Android/android_guide/ 建议采用 jcenter 自动集成 ...
分类:
移动开发 时间:
2018-07-10 20:15:52
阅读次数:
431
layer.js 是一个很好用的弹窗框架,使用的时候很方便,但是今天遇到一个问题,让我很头疼啊,一直都做不出来,就是登录和注册弹窗的切换问题 这里涉及到两个页面:guide.html 即父页面,denglu.html 页面,即子页面 在父页面中打开子页面: 点击guide.html 上的“登录”,就 ...
分类:
Web程序 时间:
2018-07-09 20:32:03
阅读次数:
1102
先决条件:导出托管磁盘VHD文件到存储账户时,需要关闭虚拟机操作。同时,请您记录好哪些是OS磁盘,哪些是数据磁盘。官方参考文档:https://docs.azure.cn/zh-cn/articles/azure-operations-guide/virtual-machines/aog-virtual-machines-howto-export-managed-diskshttps://docs
分类:
其他好文 时间:
2018-07-09 12:43:29
阅读次数:
229
参考https://www.elastic.co/guide/en/elasticsearch/reference/5.0/modules-snapshots.htmlhttps://www.elastic.co/guide/en/elasticsearch/guide/current/_rolling_restarts.htmlhttps://blog.csdn.net/u014431852/a
分类:
其他好文 时间:
2018-07-09 12:43:07
阅读次数:
232
参考文档https://www.elastic.co/guide/en/elasticsearch/reference/5.6/index.htmlhttps://www.elastic.co/guide/cn/elasticsearch/guide/current/important-configuration-changes.htmlhttps://www.elastic.co/guide/e
分类:
其他好文 时间:
2018-07-09 12:37:59
阅读次数:
238
CodeIgniter系列 记录count和分页 对于某个表的不带条件的count,可以简单的用 $total = $this->db->count_all($table_name) 来获取,但是如果有条件,则要用count_all_results $this->db->where('sex', ' ...
分类:
其他好文 时间:
2018-07-09 11:07:06
阅读次数:
140