上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 20 下一页
摘要: 1. UPDATE CYGWINFirst of all you will need to ensure that Cygwin has the necessary binaries required for apt-cyg. This is achieved via the use of the ... 阅读全文
posted @ 2015-05-26 16:59 Waichung 阅读(542) 评论(0) 推荐(0) 编辑
摘要: urlParameters = http_build_query( filter_input_array( INPUT_GET, FILTER_SANITIZE_URL ));$_request_uri = filter_input(INPUT_SERVER,... 阅读全文
posted @ 2015-05-22 16:10 Waichung 阅读(1269) 评论(0) 推荐(0) 编辑
摘要: 在linux超级终端下编辑文档是件比较麻烦的事情,下面简单介绍一下如何在linux下批量替换文件内容 linuxsed 批量替换多个文件中的字符串 格式: sed -i "s/查找字段/替换字段/g" `grep 查找字段 -rl 路径` 例如:替换/home下所有文件中的xxx为ooo sed -... 阅读全文
posted @ 2015-05-10 23:32 Waichung 阅读(988) 评论(0) 推荐(0) 编辑
摘要: var app = angular.module("encodeDecode", []); app.controller("encodeDecodeCtrl", ($scope, str) => { $scope.encode = btoa(str); $scope.dec... 阅读全文
posted @ 2015-05-04 11:06 Waichung 阅读(761) 评论(0) 推荐(0) 编辑
摘要: 使用以下代码:ionic.Platform.exitApp();在控制器中增加:$scope.Quit = function(){ ionic.Platform.exitApp();} 阅读全文
posted @ 2015-05-04 10:26 Waichung 阅读(533) 评论(0) 推荐(0) 编辑
上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 20 下一页