1.Luogu P1155 双栈排序 Code: 2.Luogu P1099 树网的核 Code: <not_completed> ...
分类:
其他好文 时间:
2017-11-02 13:09:10
阅读次数:
184
gosuri/uiprogress: A go library to render progress bars in terminal applicationshttps://github.com/gosuri/uiprogress 依赖go-isatty,用于判断程序是在什么终端运行https:/ ...
分类:
其他好文 时间:
2017-10-30 14:45:06
阅读次数:
222
? SQL> exec dbms_stats.gather_table_stats('DZFPMX','TEST02'); PL/SQL procedure successfully completed. SQL> exec dbms_stats.gather_table_stats('DZFPMX ...
分类:
其他好文 时间:
2017-10-26 11:36:28
阅读次数:
141
Problem Symptom In a native IPv6 network, all the servers receive IPv6 prefix from IPv6 router, and subsequently generate an Ipv6 address as well as a ...
分类:
其他好文 时间:
2017-10-24 18:18:33
阅读次数:
302
Scott Young (Scott Young) completed a surprising feat: he learned all the 33 lessons of the MIT computer science course within a year. Most importantl ...
分类:
其他好文 时间:
2017-10-18 16:46:34
阅读次数:
160
Hex Decimal Constant: Description 0x00 0 LDAP_SUCCESS: Indicates the requested client operation completed successfully.成功,没什么好说的了。 0x01 1 LDAP_OPERATI ...
分类:
其他好文 时间:
2017-10-13 17:11:18
阅读次数:
214
https://oracle-base.com/articles/misc/utl_http-and-ssl http://blog.whitehorses.nl/2010/05/27/access-to-https-via-utl_http-using-the-orapki-wallet-comm ...
分类:
数据库 时间:
2017-10-11 15:22:21
阅读次数:
1331
$ lsnrctl start 报错提示: The listener supports no services The command completed successfully 如图所示: 这样启动后远程连接会报错: oracle ORA-12514:TNS:listener does not ... ...
分类:
其他好文 时间:
2017-09-30 23:15:19
阅读次数:
411
简介 CocoaPods是什么? CocoaPods是一个负责管理iOS项目中第三方开源库的工具。 CocoaPods好处? 开发iOS项目不可避免地要使用第三方开源库,CocoaPods的出现使得我们可以节省设置和更新第三方开源库的时间 在引入第三方库时它可以自动为我们完成各种各样的配置,包括配置 ...
分类:
其他好文 时间:
2017-09-21 20:54:34
阅读次数:
121
最近在研发新的项目,遇到了一个桌面模式下的难点--展开动画。之前动画这方面没做过,也许很多人开始做的时候也会遇到相关问题,因此我把几个重点及实际效果图总结展示出来: 我的开发环境是在VS2017下进行的,这个工具条主要功能是:一个工具条,可进行拖拉。可进行拖拉展开,可在拖动之后不足展开并反向继续展开 ...