风花雪月 风花雪月
2年前
sqlite远程访问的方法Python
importsqlite3打开数据库dbsqlite3.connect('\\\\192.168.1.10\共享\sjk\dbhmc.db')远程访问sqlite,共享必须要四个'\'使用cursor()方法获取操作游标cursordb.cursor()s
Wesley13 Wesley13
3年前
Ubuntu18开启redis服务自启动
设置redis服务开机自启动。1.创建配置文件夹sudomkdir/etc/redissudocp/usr/local/redis/redis.conf/etc/redissudocp/etc/redis/redis.conf/etc/redis/6379.conf2.
Stella981 Stella981
3年前
Centos6安装GDB调试信息
安装debuginfoinstall:yuminstallyumutils修改“/etc/yum.repos.d/CentOSDebuginfo.repo”文件的enable1使用debuginfoinstallglibc2.121.132.el6.i686安装没有CentOSDebuginfo.repo文件就创建一个,
Stella981 Stella981
3年前
Druid连接池 一个设置 removeAbandonedTimeout
Druid连接池一个设置removeAbandonedTimeout博客分类:数据库 <!超过时间限制是否回收 <propertyname"removeAbandoned"value"true"/ <!超时时间;单位为秒。180秒3分钟 <propertyname"remov
Wesley13 Wesley13
3年前
IOS
还是实现如下布局!(http://static.oschina.net/uploads/space/2016/1101/113703_wHZ1_2886189.png)这次在StoryBoard里面,创建TableViewCell,并修改Identifier为cellname!(http://static.oschina.net/uplo
Stella981 Stella981
3年前
Postgesql 怎样查看数据库里所有的表名,和表的结构?
于windowspsqllUpostgres查看所有的数据库.psqldbname/\\\(dbname要连接到的数据名)\\\/进入后用\\dt可以查到的dbname的所有的表\\dtablename/\\\(tablename表名)\\\/可以查看表结postgresql交流群
Stella981 Stella981
3年前
JFinal问题整理
1.【问】:Jfina如何不区分数据库列名的大小写?我这儿随时出现Theattributenameisnotexists:regdate,改成regDate就OK.怎么设置不区分大小写呢?? 【答】:ActiveRecordPluginarnewActiveRecordPlugin();//配
公孙晃 公孙晃
2年前
流程图绘图、图表绘制:OmniGraffle Pro for mac
OmniGraffleProforMac是一款功能强大的图表和图形设计工具,可让您创建从流程图和线框到复杂的技术图表和插图的一切内容。
流浪剑客 流浪剑客
2年前
Redis桌面管理工具:Redis Desktop Manager中文版
RDM支持SSL/TLS加密,SSH隧道,基于SSH隧道的TLS,为您提供了一个易于使用的GUI,可以访问您的Redis数据库并执行一些基本操作...
桥蕤 桥蕤
1年前
Pandas-DataFrame
DataFrameDataFrame是Pandas的一种数据类型可以理解为n乘n的表格结构;下面是它的部分常用用法1.创建DataFramepythonimportpandasaspdimportnumpyasnpdictpd.DataFrame(data