上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 25 下一页
摘要: 参考: https://stackoverflow.com/questions/27415706/postgresql-select-top-three-in-each-group http://charlesnagy.info/it/postgresql/group-by-limit-per-gr 阅读全文
posted @ 2019-05-13 19:46 永远的幻想 阅读(3165) 评论(0) 推荐(0)
摘要: 主要关注访问pg。不关心其他db 1 clojure.java.jdbc https://github.com/clojure/java.jdbc http://clojure-doc.org/articles/ecosystem/java_jdbc/reusing_connections.html 阅读全文
posted @ 2019-04-30 13:31 永远的幻想 阅读(373) 评论(0) 推荐(0)
摘要: 万事开头难,全是犄角旮旯的细节。 1 安装lein 参见 https://www.cnblogs.com/xuanmanstein/p/10504401.html 2 创建工程 lein 参考https://github.com/technomancy/leiningen/blob/stable/d 阅读全文
posted @ 2019-04-29 14:29 永远的幻想 阅读(2599) 评论(0) 推荐(0)
摘要: 下载 安装 阅读全文
posted @ 2019-04-18 13:11 永远的幻想 阅读(293) 评论(0) 推荐(0)
摘要: 参考官网https://qgis.org/en/site/forusers/alldownloads.html#debian-ubuntu 但是官网写的太繁琐分散,没有按每个OS集中写cli安装完整过程,自己整理一遍: 1修改软件源 sudo xed /etc/apt/sources.list mi 阅读全文
posted @ 2019-04-15 08:55 永远的幻想 阅读(1711) 评论(0) 推荐(0)
摘要: # Pycharm 0.0.0.0 account.jetbrains.com0.0.0.0 www.jetbrains.com #sublime text3 127.0.0.1 www.sublimetext.com127.0.0.1 license.sublimehq.com127.0.0.1 阅读全文
posted @ 2019-04-13 13:23 永远的幻想 阅读(262) 评论(0) 推荐(0)
摘要: 有人在pg8时代(10年前)问过,当时说10000个没问题,而且每个db会在/base下建立1个文件夹, 文件ext3只支持32000个子文件夹,所以这是上限了. 而现在早就ext4了,根本没有限制了. 然而.... 实测了一下, 安装好postgis后, /base里有4个文件夹. 2个7.7M个 阅读全文
posted @ 2019-04-13 12:40 永远的幻想 阅读(908) 评论(0) 推荐(0)
摘要: 安装 官网http://www.lua.org/start.html 参考 https://blog.csdn.net/qq_23954569/article/details/70879672 因为放在了home,所以重装之后,只需要执行最后1句就OK了 包管理luarocks 才1M 安装luas 阅读全文
posted @ 2019-04-13 06:46 永远的幻想 阅读(4064) 评论(0) 推荐(0)
摘要: 基于docker的postgres 部署见这篇 https://www.cnblogs.com/xuanmanstein/p/7742647.html 连接数据库 import psycopg2class MyTestCase(unittest.TestCase): @classmethod def 阅读全文
posted @ 2019-04-12 21:34 永远的幻想 阅读(470) 评论(0) 推荐(0)
摘要: d3功能奇多, 已经模块化,(其实感觉和react差不多了). 所以默认打包的单个文件 或者直接 这样默认打包体积大,但是也没有包括全部d3的模块 所以, github官方https://github.com/d3/d3 推荐这样 尤其是,d3-selection-multi 这个没有默认打包的库, 阅读全文
posted @ 2019-03-31 13:31 永远的幻想 阅读(1509) 评论(0) 推荐(0)
上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 25 下一页