会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Waichung
Welcome to my blog!
博客园
首页
联系
管理
上一页
1
···
8
9
10
11
12
13
14
15
16
···
20
下一页
2015年5月26日
Cygwin install apt-cyg
摘要: 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
阅读(551)
评论(0)
推荐(0)
2015年5月22日
php获取request_uri
摘要: 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
阅读(1293)
评论(0)
推荐(0)
2015年5月10日
linux下sed批量替换文件内容
摘要: 在linux超级终端下编辑文档是件比较麻烦的事情,下面简单介绍一下如何在linux下批量替换文件内容 linuxsed 批量替换多个文件中的字符串 格式: sed -i "s/查找字段/替换字段/g" `grep 查找字段 -rl 路径` 例如:替换/home下所有文件中的xxx为ooo sed -...
阅读全文
posted @ 2015-05-10 23:32 Waichung
阅读(1017)
评论(0)
推荐(0)
2015年5月4日
angular使用base64的encode和decode
摘要: var app = angular.module("encodeDecode", []); app.controller("encodeDecodeCtrl", ($scope, str) => { $scope.encode = btoa(str); $scope.dec...
阅读全文
posted @ 2015-05-04 11:06 Waichung
阅读(785)
评论(0)
推荐(0)
在Ionic Framework 退出APP
摘要: 使用以下代码:ionic.Platform.exitApp();在控制器中增加:$scope.Quit = function(){ ionic.Platform.exitApp();}
阅读全文
posted @ 2015-05-04 10:26 Waichung
阅读(540)
评论(0)
推荐(0)
上一页
1
···
8
9
10
11
12
13
14
15
16
···
20
下一页