folly/dynamic.h folly/dynamic.h provides a runtime dynamically typed value for C++, similar to the way languages with runtime type systems work (e.g. ...
分类:
其他好文 时间:
2018-07-24 13:57:25
阅读次数:
263
On the most perfect of all planets i1c5l various numeral systems are being used during programming contests. In the second division they use a superfa ...
分类:
其他好文 时间:
2018-07-22 17:03:45
阅读次数:
129
-+加工及雕刻类软件+- ~~~~~~~~~~~~~~~~~~~~~~ Third Wave Systems产品: ThirdWaveSystems AdvantEdge v7.1 Win64 1CD(金属切削仿真及工艺优化软件) CNC产品: Mastercam 2019 v21.0.17350. ...
分类:
其他好文 时间:
2018-07-21 12:00:29
阅读次数:
208
部署应用(简单)1、到Tomcat的安装目录的webapps目录,可以看到ROOT,examples, tomcat-docs之类Tomcat自带的的目录。2、在webapps目录下新建一个目录myapp,也就是项目名。部署项目,就是在webapps目录下新建文件夹,tomcat启动后会自动部署。3 ...
分类:
其他好文 时间:
2018-07-20 23:02:25
阅读次数:
285
Dumpsys alarm查看应用程序唤醒命令: 在安卓adb root进如命令行后(没有root或者root群组的权限执行不了该命令), 1. <span style="font-size:18px;">Pending alarm batches: 48</span> <span style="f ...
分类:
其他好文 时间:
2018-07-20 11:14:13
阅读次数:
573
题意: 给出几种硬币,求可用这几种硬币组合出价值为n的方案数。分析: 设dp[i]表示组合出价值i的方案数,则,dp[i]=∑dp[i-val[j]]。 #include <iostream> #include <string> #include <cstdio> #include <cmath> ...
分类:
其他好文 时间:
2018-07-17 14:25:03
阅读次数:
133
一、Servlet简介 Servlet是JavaWeb或者JavaEE基础、学会了servlet, 你就入了Javaweb开发的门。Servlet是sun公司提供的一门用于开发动态web资源的技术。Sun公司提供了一套标准的ServletAPI, Servlet开发有二个步骤(1)书写servlet ...
分类:
其他好文 时间:
2018-07-16 22:18:24
阅读次数:
175
In the big cities, the subway systems always look so complex to the visitors. To give you some sense, the following figure shows the map of Beijing su ...
分类:
其他好文 时间:
2018-07-16 20:28:17
阅读次数:
305
1.下载mysql并安装 2.如/etc/my.cnf不存在,则创建my.cnf并输入以下内容 # Example MySQL config file for medium systems. # # This is for a system with little memory (32M - 64 ...
分类:
数据库 时间:
2018-07-15 23:13:10
阅读次数:
241
下载地址: "网盘下载" 《失控》,全名为《失控:机器、社会与经济的新生物学》(Out of Control: The New Biology of Machines, Social Systems, and the Economic World)。 2006年,《长尾》作者克里斯·安德森在亚马逊网 ...
分类:
系统相关 时间:
2018-07-14 18:25:28
阅读次数:
702