上一页 1 ··· 5 6 7 8 9 10 11 12 13 14 下一页
摘要: /图片的路径格式为远程请求, 例如:'http://xxx:8080/image.jpg' import { Platform, PermissionsAndroid, NativeModules } from 'react native'; import DeviceInfo from 'reac 阅读全文
posted @ 2017-10-16 16:07 FE-神鸟 阅读(1662) 评论(0) 推荐(0) 编辑
摘要: const optionCategory = { color: [' B5282A'], tooltip : { trigger: 'axis', axisPointer : { // 坐标轴指示器,坐标轴触发有效 type : 'shadow' // 默认为直线,可选为:'line' | 'sha 阅读全文
posted @ 2017-10-13 14:00 FE-神鸟 阅读(4921) 评论(0) 推荐(0) 编辑
摘要: const option = { tooltip: { trigger: 'item', formatter: "{a} {b}: {c} ({d}%)" }, series: [ { name:'访问来源', type:'pie', selectedMode: 'single', radius: 阅读全文
posted @ 2017-10-13 11:54 FE-神鸟 阅读(9760) 评论(0) 推荐(0) 编辑
摘要: simplified chinese menu ATOM的汉化插件 file icons 文件图标美化 atom beautify 代码格式一键美化 last cursor position 光标自由切换到上一次/下一次编辑位置 minimap 代码小地图 sync settings 插件备份、按键 阅读全文
posted @ 2017-09-26 17:59 FE-神鸟 阅读(522) 评论(0) 推荐(0) 编辑
摘要: grid:{ height:20 }, 阅读全文
posted @ 2017-08-30 16:13 FE-神鸟 阅读(13133) 评论(0) 推荐(0) 编辑
摘要: ERROR Error watching file for changes: EMFILE {"code":"EMFILE","errno":"EMFILE","syscall":"Error watching file for changes:","filename":null} Error: E 阅读全文
posted @ 2017-08-29 14:48 FE-神鸟 阅读(956) 评论(0) 推荐(0) 编辑
摘要: var arr = [{ "name": "ZYTX", "age": "Y13xG_4wQnOWK1QwJLgg11d0pS4hewePU95UHtpMl3eE81uS74NC 6zu Rtnw4Ix", "gender": "AAAAAA.doc" }, { "name": "ZYTA", "a 阅读全文
posted @ 2017-08-24 16:59 FE-神鸟 阅读(4212) 评论(1) 推荐(2) 编辑
摘要: 1HTTP:是互联网上应用最为广泛的一种网络协议,是一个客户端和服务器端请求和应答的标准(TCP),用于从WWW服务器传输超文本到本地浏览器的传输协议,它可以使浏览器更加高效,使网络传输减少。 2HTTPS:是以安全为目标的HTTP通道,简单讲是HTTP的安全版,即HTTP下加入SSL层,HTTPS 阅读全文
posted @ 2017-08-14 14:19 FE-神鸟 阅读(298) 评论(0) 推荐(0) 编辑
摘要: 在bin目录下启动后 Show dbs 显示库,库里有内容才会显示库名称 Use admin 切换库 没有的默认创建 show users显示用户信息 Show collections显示表名 db.dict.insert({name: '1',type: '2', field:'3',descri 阅读全文
posted @ 2017-08-14 10:54 FE-神鸟 阅读(142) 评论(0) 推荐(0) 编辑
摘要: 在bin目录下输入./mongo --norc 不去加载.mongorc.js 阅读全文
posted @ 2017-08-14 09:15 FE-神鸟 阅读(979) 评论(0) 推荐(0) 编辑
上一页 1 ··· 5 6 7 8 9 10 11 12 13 14 下一页