Easter79 Easter79
3年前
twint 安装及使用
分享这个post是自己方便查,还有中文网界对这个东西介绍太少。更多的就看github项目twint吧。Installation:gitpip3:gitclonehttps://github.com/twintproject/twint.gitpip3installrrequirements.txt
Stella981 Stella981
3年前
Spring 中使用 Hibernate
Hibernate在ORM领域具有广泛的影响,拥有广大的使用群体。它提供了ORM最完整、最丰富的实现,在Spring4.0中目前全面支持Hibernate5.0,不再支持Hibernate3.6 之前的版本。因为iBatis的升级版MyBatis自身已经提供了对Spring整合的支持,所以 Spring不再为MyBat
Stella981 Stella981
3年前
GitHub使用SSH连接
参考博客:github设置添加SSH(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fwww.cnblogs.com%2Fayseeing%2Fp%2F3572582.html)httpsurl在push的时候是需要验证用户名和密码的;而SSH在push的时候,是不需要输
Stella981 Stella981
3年前
Apache Thrift的使用
Thrift是什么,看这里:http://thrift.apache.org/(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Fthrift.apache.org%2F)1.从官网下载thrift  Thrift官网:http://thrift.apache.org/(
Stella981 Stella981
3年前
Quartz.Net使用
Quartz.Net使用标签:Quartz.Net在最近工作中,需要在不同时间及不同条件下定时发送通知及消息,最初使用System.Timers.Timer实现。虽然使用简单,随着需要定时处理的任务增多,考虑到System.Timers.Timer如下缺点:Timer没有持久化机制;
Wesley13 Wesley13
3年前
Unity 事件系统使用
事件系统上篇简单介绍了一下事件系统,这篇介绍一下怎么使用。UI使用事件系统最常见的使用莫过于我们直接使用的UGUI,当我们创建任意一个UI元素的时候,会自动创建一个Canvas,一个EventSystem。这就启用了unity的事件系统。EventSystem上面挂载有前面我们说的EventSyste
Stella981 Stella981
3年前
Chrome使用的plugin
Chrome使用的plugin1.翻译1.google翻译2.youlict划词翻译1.书签1.查询书签neaterbookmarks2.博客园收藏网页3.
Stella981 Stella981
3年前
Autojs的intent使用
以打开淘宝app的搜索页面为例,先准备工具:Activity管理器下载地址:https://www.cr173.com/soft/824332.html备用地址:https://pan.baidu.com/s/1l2266vDbzp0hYcchkUC5jg提取码:qeve打开管理器!(https://oscimg.oschina
Stella981 Stella981
3年前
Docker的基本使用
什么是Docker?Docker是一个开源(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fbaike.baidu.com%2Fitem%2F%E5%BC%80%E6%BA%90%2F246339)的应用容器引擎,让开发者可以打包他们的应用以及依赖包到一个可移
Stella981 Stella981
3年前
DateTimePicker 控件的使用
(1)创建一个基于对话框的工程,命名为DateTimePicker。(2)为对话框添加一个DateTimePicker控件,并为其添加一个CTime类型的关联变量m\_pickerTime。!(https://oscimg.oschina.net/oscnet/1bee38e8314566e500fcff049f94e6c33da.png)