python解释器 1、python版本和安装 python2.x和python3.x https://www.liaoxuefeng.com/wiki/001374738125095c955c1e6d8bb493182103fac9270762a000/001374738150500472fd57 ...
分类:
编程语言 时间:
2018-11-07 16:35:46
阅读次数:
169
一步安装教程打开https://gitee.com/doodooke/doodoo,下载zip压缩包执行命令wgethttps://gitee.com/doodooke/doodoo/raw/master/shell/oneStepInstall.sh&&chmod755./oneStepInstall.sh&&./oneStepInstall.sh1、检测环境2、
分类:
微信 时间:
2018-11-01 19:45:41
阅读次数:
262
业务系统快速开发框架micro-admin开源地址:https://github.com/jeffreyning/micro-admin服务基于springboot、springcloud、mybatis搭建的业务系统快速开发框架。页面基于bootstrap。数据库默认使用mysql,也可以切换为oracle。同时框架还支持使用Groovy开发controller、servicebean、dao层
分类:
其他好文 时间:
2018-10-31 11:19:53
阅读次数:
1131
Reverse a linked list from position m to n. Do it in one-pass. Note: 1 ≤ m ≤ n ≤ length of list. Example: AC code: Runtime: 0 ms, faster than 100.00% ...
分类:
其他好文 时间:
2018-10-28 22:07:14
阅读次数:
177
功能模块LinearMath功能模块LinearMathTable of ContentsbtScalar宏定义类型函数btAlignedAllocator宏定义函数类btAlignedObjectArray宏定义btAlignedObjectArray类btScalar针对各系统平台的优化代码。宏... ...
分类:
其他好文 时间:
2018-10-27 00:16:08
阅读次数:
221
#000000 #2F0000 #600030 #460046 #28004D #272727 #4D0000 #820041 #5E005E #3A006F #3C3C3C #600000 #9F0050 #750075 #4B0091 #4F4F4F #750000 #BF0060 #93009 ...
分类:
Web程序 时间:
2018-10-26 15:07:17
阅读次数:
1707
1. 在VS2013中,会出现不识别scanf的情况,说它unsafe 解决办法: 在新建的时候 将 “安全开发生命周期检查”前边的勾勾取消即可 2.在vc++6.0中, 全选所有代码,按alt+f8 会自动对代码进行规范书写。 ...
分类:
编程语言 时间:
2018-10-23 23:08:54
阅读次数:
185