上一页 1 2 3 4 5 6 7 ··· 17 下一页
摘要: 但我们大多数人想的是给用户一个exe文件,用户就可以使用了,不用再附带一些其他文件。 嗯,所以我们还可以把app.exe跟其他的文件再打包一次,把上图中的所有文件变成一个可执行文件,用户只要得到这个文件,就能运行我们的应用了。 做这步我们需要一个软件叫Enigma Virtual Box,首先下载和 阅读全文
posted @ 2019-02-16 10:37 码路上的奋斗 阅读(192) 评论(0) 推荐(0) 编辑
摘要: config > index proxyTable: { '/api': { // target: "http://www.yjy100.cn/", target: "http://192.168.0.240/", changeOrigin: true, pathRewrite: { '^/api' 阅读全文
posted @ 2019-02-14 11:51 码路上的奋斗 阅读(544) 评论(0) 推荐(0) 编辑
摘要: $nav-color: #F90; nav { $width: 100px; width: $width; color: $nav-color; } //编译后 nav { width: 100px; color: #F90; }//使用变量嵌套 &父级选择 阅读全文
posted @ 2019-02-14 09:47 码路上的奋斗 阅读(109) 评论(0) 推荐(0) 编辑
摘要: 替换为 flex 是一个可以指定最多三个不同值的缩写属性: 第一个就是上面所讨论过的无单位比例。可以单独指定全写 flex-grow 属性的值。 第二个无单位比例 — flex-shrink — 一般用于溢出容器的 flex 项。这指定了从每个 flex 项中取出多少溢出量,以阻止它们溢出它们的容器 阅读全文
posted @ 2019-02-13 11:46 码路上的奋斗 阅读(434) 评论(0) 推荐(0) 编辑
摘要: 扩展运算符将一个数组转为用逗号分隔的参数序列 将一个数组,变为参数序列 使用扩展运算符展开数组代替apply方法,将数组转为函数的参数 3 使用push将一个数组添加到另一个数组的尾部 合并数组 将字符串转换为数组 转换伪数组为真数组 阅读全文
posted @ 2019-02-12 15:04 码路上的奋斗 阅读(261) 评论(0) 推荐(0) 编辑
摘要: top.location.hostname != window.location.hostname 阅读全文
posted @ 2019-02-12 13:56 码路上的奋斗 阅读(89) 评论(0) 推荐(0) 编辑
摘要: <script type="text/javascript"> if (window!=top) // 判断当前的window对象是否是top对象 top.location.href ='https://www.baidu.com/'; // 如果不是,将top对象的网址自动导向被嵌入网页的网址 < 阅读全文
posted @ 2019-02-12 13:53 码路上的奋斗 阅读(713) 评论(1) 推荐(0) 编辑
摘要: 支持视频h5 video 更换 ffmpeg https://github.com/iteufel/nwjs-ffmpeg-prebuilt/releases?after=0.15.0 本身支持flash rtmp协议 阅读全文
posted @ 2019-01-09 00:39 码路上的奋斗 阅读(145) 评论(0) 推荐(0) 编辑
摘要: 封包合并 cmdcopy /b nw.exe+helloworld.nw hello.exehttps://blog.csdn.net/zhupengfei/article/details/80089288 阅读全文
posted @ 2019-01-07 21:48 码路上的奋斗 阅读(154) 评论(0) 推荐(0) 编辑
摘要: 1、Settings Sync是vscode中同步设置和安装插件的小工具,在扩展商店中搜索并安装它 2、登陆Github>Your profile> settings>Developer settings>personal access tokens>generate new token,输入名称, 阅读全文
posted @ 2018-12-28 08:59 码路上的奋斗 阅读(411) 评论(1) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 ··· 17 下一页