上一页 1 2 3 4 5 6 7 8 9 10 ··· 92 下一页
posted @ 2017-04-22 15:46 庚武 Views(113) Comments(0) Diggs(0) Edit
https://chrome.google.com/webstore/search/openframe?hl=zh-CN&_category=extensions 搜索 OpenFrame 添加. 在网页iframe中右击: Read More
posted @ 2017-03-29 20:20 庚武 Views(6260) Comments(0) Diggs(0) Edit
PostgresQL 字符串隐式转换JSON脚本: -- 隐式将varchar转换为json CREATE OR REPLACE FUNCTION json_in_varchar(varchar) RETURNS json AS $$ SELECT json_in($1::cstring); $$ LANGUAGE SQL IMMUTABLE; DROP CAST IF EXISTS (v... Read More
posted @ 2017-03-21 16:23 庚武 Views(7837) Comments(0) Diggs(0) Edit
PS1='\[\e[7;46m\]\u\[\e[0m\]@\[\e[0;32m\]\h\[\e[0m\]:\[\e[0;34m\]\w\[\e[0m\]\$ '新的比较好的变量: PS1='\[\e[7;36m\]\u\[\e[0m\]@\[\e[0;32m\]\h\[\e[0m\]:\[\e[0; Read More
posted @ 2017-03-14 14:43 庚武 Views(616) Comments(0) Diggs(0) Edit
https://www.postgresql.org/docs/9.6/static/functions-json.html Search Documentation: </form> Home → Documentation → Manuals → PostgreSQL 9.6 This page Read More
posted @ 2017-03-01 10:26 庚武 Views(320) Comments(0) Diggs(0) Edit
testdb=# select * from public.hello_invoker_wrap('吴xx'); hello_invoker_wrap Hello [plpgsql_invoker_prefix]吴xx[python wrap suffix]! plpy.execute返回的结果集为 Read More
posted @ 2017-02-27 13:57 庚武 Views(2815) Comments(0) Diggs(0) Edit
from: http://mtd527.blog.163.com/blog/static/222723720151208127898/ 运行环境:CentOS 6.6 x64版本CentOS不像Fedora,默认是没有自动挂载NTFS的,而它可以利用NTFS-3G来实现挂载及读写。NTFS-3G 是 Read More
posted @ 2017-02-26 10:51 庚武 Views(836) Comments(0) Diggs(0) Edit
http://blog.csdn.net/johnnycode/article/details/40624403 http://serverfault.com/questions/660210/cant-start-centos-7-network-service http://ephrain.pi Read More
posted @ 2017-01-14 11:40 庚武 Views(233) Comments(0) Diggs(0) Edit
1. 进入非空目录,假设是 /workdir/proj1 2. git clone --no-checkout https://domain_or_ip/source.git tmp 3. mv tmp/.git . #将 tmp 目录下的 .git 目录移到当前目录 4. rmdir tmp 5. Read More
posted @ 2017-01-05 13:30 庚武 Views(374) Comments(0) Diggs(0) Edit
$ ./gradlew build --refresh-dependencies Read More
posted @ 2017-01-03 00:46 庚武 Views(2131) Comments(0) Diggs(0) Edit
上一页 1 2 3 4 5 6 7 8 9 10 ··· 92 下一页