Red Gate系列文章: Red Gate系列之一 SQL Compare 10.4.8.87 Edition 数据库比较工具 完全破解+使用教程 Red Gate系列之二 SQL Source Control 3.0.13.4214 Edition 数据库版本控制器 完全破解+使用教程 Red ...
分类:
数据库 时间:
2017-10-16 16:40:25
阅读次数:
235
1. https://github.com/simpliflow/SFCountdownView ...
分类:
移动开发 时间:
2017-10-13 11:13:12
阅读次数:
191
在做项目时由于公司局域网采用自动获取IP的方式,导到每次服务器重启主机IP都会变化。为了解决这个问题,我参考了http://blog.sina.com.cn/s/blog_537977e50100qhb5.html的文章然后根据自己的情况设置静态IP解决了这个问题,处理方式如下: 1.修改网卡配置 ...
分类:
其他好文 时间:
2017-10-13 10:30:31
阅读次数:
157
利用委托与事件进行两个窗体之间的参数传递实例 引用:http://blog.sina.com.cn/s/blog_49e3ed640102w0wm.html 在程序开发中,我们会经常进行不同窗体之间的参数传递,那么如何进行传递更好方便有效呢?实际上我们利用委托和事件进行这项工作是一个不错的选择。今天 ...
1.简单的将日志打印到屏幕 import logginglogging.debug('This is debug message')logging.info('This is info message')logging.warning('This is warning message') 屏幕上打印 ...
分类:
编程语言 时间:
2017-10-12 14:36:54
阅读次数:
181
参考: Window open() 方法 JS页面跳转大全 js页面跳转常用的几种方式 ...
分类:
Web程序 时间:
2017-10-12 00:56:12
阅读次数:
214
The Power of Python and SQL Server 2017 原文链接:https://www.red-gate.com/simple-talk/sql/sql-development/power-python-sql-server-2017/ Python和SQL Server ...
分类:
数据库 时间:
2017-10-11 21:48:55
阅读次数:
177
原文链接:https://www.red-gate.com/simple-talk/sql/sql-development/power-python-sql-server-2017/ Python是SQL Server 2017的新功能。它主要是为了允许在SQL Server中使用基于Python的 ...
分类:
数据库 时间:
2017-10-11 00:39:48
阅读次数:
319
class A<T> where T:new() 这是类型参数约束,where表名了对类型变量T的约束关系。where T:A 表示类型变量是继承于A的,或者是A本省。where T: new()指明了创建T的实例应该使用的构造函数。 .NET支持的类型参数约束有以下五种: where T: str ...
de.codecentric spring-boot-admin-server-ui-activiti ${spring-boot-admin.version} org.slf4j slf4j-api 1.7.25 ... ...
分类:
其他好文 时间:
2017-10-09 15:25:50
阅读次数:
243