作者小头像 Lv.6
更多个人资料
3590 成长值
7 关注
20 粉丝
+ 关注 私信

个人介绍

杂活专家 知行合一

感兴趣或擅长的领域

人工智能、微服务架构、编程语言
个人勋章
TA还没获得勋章~
成长雷达
3570
0
0
0
20

个人资料

个人介绍

杂活专家 知行合一

感兴趣或擅长的领域

人工智能、微服务架构、编程语言

达成规则

以上满足项可达成此勋章

  • 博客
  • 关注
  • 粉丝
  • 论坛
Python语法速览(二)
Python 日期和时间Python 提供了一个 time 和 calendar 模块可以用于格式化日期和时间。 时间间隔是以秒为单位的浮点小数。 每个时间戳都以自从1970年1月1日午夜(历元)经过了多长时间来表示。 Python 的 time 模块下有很多函数可以转换常见日期格式。如函数time.time()用于获取当前时间戳 import time; # 引入time模块 ticks ...
作者小头像 Amrf
1171
0
0
2018-12-12 15:55:07
999+
0
0
lucene 5.5.1使用
lucene-analyzers-common-5.5.1.jarlucene-core-5.5.1.jarlucene-queries-5.5.1.jarlucene-queryparser-5.5.1.jar创建索引public static void creatMysqlIndex(String configPath, Boolean type) {try {reader.close(...
作者小头像 Amrf
964
0
0
2018-12-11 19:03:49
964
0
0
poi合并单元格假合并问题
poi处理表格到现在还记得的一个问题是合并会出现假合并的现象,后来使用setCellType(CellType.BLANK)解决了这个问题下面是poi3.17的poi使用 部分代码乱乱的 不过可以参考:import org.apache.poi.hssf.usermodel.HSSFCell;import org.apache.poi.hssf.usermodel.HSSFCellStyle...
作者小头像 Amrf
1905
0
0
2018-12-11 18:36:21
999+
0
0
smtp协议邮件转发
smtp协议介绍Simple Mail Transfer Protocol (SMTP) is an Internet standard for electronic mail (email) transmission. First defined by RFC 821 in 1982, it was updated in 2008 with Extended SMTP additions ...
作者小头像 Amrf
1481
0
0
2018-12-11 17:10:33
999+
0
0
基于httpclient和jsoup实现的爬虫
创建并设置代理DefaultHttpClient httpclient;proxyHost = prop.getProperty("proxy.host", "默认代理");proxyPort = Integer.parseInt(prop.getProperty("proxy.port", "默认代理端口"));proxyProtocol = prop.getProperty("proxy...
作者小头像 Amrf
868
0
0
2018-12-11 16:50:08
868
0
0
qt5 静态链接库文件
https://stackoverflow.com/questions/28178169/qt5-windows-static-linking-errorSolved, Qt creator's kit was pointing to the dynamic version of this qmake.https://forum.qt.io/topic/69926/build-static-...
作者小头像 Amrf
1129
0
0
2018-12-07 17:24:52
999+
0
0
记录qt异常(The inferior stopped because it triggered an exception)
网上查到的说的比较多的情况是存在野指针,断点也还在项目代码部分我遇到的这个情况断点断在了cored.dll里面了,把项目里所有new出来的对象都查了一遍处理了处理,还是出现后来发现问题出在这里,为了全局获取MainWindow,我用了如下这样的单例代码 static MainWindow& getInstance() { static MainWindow ins...
作者小头像 Amrf
6528
0
0
2018-12-04 15:24:03
999+
0
0
Qt5.10 qtcreator4.5.0 vs调试器安装和qtcreatorcdbext.dll异常
https://blog.csdn.net/liang19890820/article/details/53931813https://developer.microsoft.com/zh-cn/windows/downloads/windows-10-sdkhttps://blog.csdn.net/qq_32250025/article/details/81566591http://ft...
作者小头像 Amrf
1238
0
0
2018-11-29 20:33:30
999+
0
0
lua 5.3和C++互相调用测试
http://www.zyh1690.org/lua-with-c-call-each-other/ 本文介绍如何在C++程序中使用Lua脚本,以及它们如何相互调用。在此,我们需要使用上篇文章《Lua-5.3.1 源码编译》中生成的动态链接库,以及相关的头文件,它们分别是:x:\x\lua-5.3.1\Debug 目录下的 lua5.3.1.lib 以及 lua5.3.1.dll 以及 x:...
作者小头像 Amrf
1923
0
0
2018-11-28 22:33:27
999+
0
0
RAD Studio XE2安装
https://blog.csdn.net/buzaikoulan/article/details/47036835 https://download.csdn.net/download/kill2me/5237364安装程序为“delphicbuilder_xe2_4504_win.rar”里的install_RADStudio.exe,我选择第一项进行安装,其他的我没试过试用序列号:AA...
作者小头像 Amrf
935
0
0
2018-11-28 13:08:56
935
0
0
总条数:374
  • 1
  • ...
  • 33
  • 34
  • 35
  • ...
  • 38
到第 页

上滑加载中

https://www.baidu.com/s?ie=utf-8&f=3&rsv_bp=0&rsv_idx=1&tn=baidu&wd=sed%20%E6%9B%BF%E6%8D%A2%E5%AD%97%E7%AC%A6%E4%B8%B2&rsv_pq=c7db61a600035dc5&rsv_t=5e19yEsbV9N5fIvdlGRU
作者小头像
作者小头像
快速交付
+ 关注 私信