会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
永远的幻想
这个博客主要保存软件开发中“技”层面的知识点。 “术”、“道”,以及紫微、占星,放在https://xuanmanstein.wordpress.com/
博客园
首页
新随笔
联系
管理
订阅
上一页
1
···
9
10
11
12
13
14
15
16
17
···
25
下一页
2019年5月13日
postgres select TOP X in group 查询每个组的前几名
摘要: 参考: 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)
2019年4月30日
clojure with postgres
摘要: 主要关注访问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)
2019年4月29日
clojure开发环境配置git, vscode插件配置
摘要: 万事开头难,全是犄角旮旯的细节。 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 永远的幻想
阅读(2600)
评论(0)
推荐(0)
2019年4月18日
S3T mongodb GUI
摘要: 下载 安装
阅读全文
posted @ 2019-04-18 13:11 永远的幻想
阅读(293)
评论(0)
推荐(0)
2019年4月15日
ubuntu安装QGIS
摘要: 参考官网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)
2019年4月13日
mint修改host
摘要: # 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)
postgres 11 单实例最大支持多少个database?
摘要: 有人在pg8时代(10年前)问过,当时说10000个没问题,而且每个db会在/base下建立1个文件夹, 文件ext3只支持32000个子文件夹,所以这是上限了. 而现在早就ext4了,根本没有限制了. 然而.... 实测了一下, 安装好postgis后, /base里有4个文件夹. 2个7.7M个
阅读全文
posted @ 2019-04-13 12:40 永远的幻想
阅读(908)
评论(0)
推荐(0)
lua 5.3.5 安装/初体验
摘要: 安装 官网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)
2019年4月12日
python使用psycopg2管理postgres
摘要: 基于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)
2019年3月31日
d3.event=null
摘要: 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
下一页
公告