https://chrome.google.com/webstore/search/openframe?hl=zh-CN&_category=extensions 搜索 OpenFrame 添加. 在网页iframe中右击: Read More
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
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
https://www.postgresql.org/docs/9.6/static/functions-json.html Search Documentation: </form> Home → Documentation → Manuals → PostgreSQL 9.6 This page Read More
testdb=# select * from public.hello_invoker_wrap('吴xx'); hello_invoker_wrap Hello [plpgsql_invoker_prefix]吴xx[python wrap suffix]! plpy.execute返回的结果集为 Read More
from: http://mtd527.blog.163.com/blog/static/222723720151208127898/ 运行环境:CentOS 6.6 x64版本CentOS不像Fedora,默认是没有自动挂载NTFS的,而它可以利用NTFS-3G来实现挂载及读写。NTFS-3G 是 Read More
http://blog.csdn.net/johnnycode/article/details/40624403 http://serverfault.com/questions/660210/cant-start-centos-7-network-service http://ephrain.pi Read More
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
$ ./gradlew build --refresh-dependencies Read More