上传文件 功能描述 上传文件:向服务器(211.149.218)指定目录传送文件 请求地址 http://api.nnzhp.cn/uploadfile 请求方式 Post 入参 参数 数据类型(长度) 是否必传 备注 file String Y 上传文件 出参 参数 数据类型(长度) 备注 cod ...
分类:
Web程序 时间:
2017-05-14 10:46:47
阅读次数:
237
A - Master-Mind Hints MasterMind is a game for two players. One of them, Designer, selects a secret code. The other, Breaker, tries to break it. A cod ...
分类:
其他好文 时间:
2017-05-02 23:46:56
阅读次数:
552
数据库启动的时候直接关闭。查看告警日志: Errors in file /opt/oracle/diag/rdbms/orcl11g/orcl11g/trace/orcl11g_mmon_3749.trc (incident=65276): ORA-00600: internal error cod ...
分类:
其他好文 时间:
2017-05-02 11:50:17
阅读次数:
163
前言
最近做的项目有个要求,要使用物流单号即时查询物流信息,从网上得知,关于物流的第三方API还是很多的,而我选用的是快递鸟,快递鸟是一个免费的第三方接口,Api整合全球400余家物流快递接口,永久...
分类:
Web程序 时间:
2017-04-27 10:27:05
阅读次数:
251
Description 一个排列,满足一些限制,形成一个树形结构,求方案数\(T\leqslant 5,n\leqslant 1\times 10^3\) Solution 树形DP. \(f[i][j]\)表示\(i\)是在他的子树中排名为\(j\). 也是暴力合并信息,复杂度分析同上题. Cod ...
分类:
其他好文 时间:
2017-04-17 09:15:48
阅读次数:
249
1.点击 window->preference-,依次选择 General->Editors->Text Editors,选中右侧的 insert space for tabs;如下图所示,保存,第一步完成; 2.点击 window->preference-,依次选择 java(或C++)->cod ...
分类:
系统相关 时间:
2017-04-09 11:35:11
阅读次数:
278
场景:由于开发恶心的账号登录设置,鉴于日本玩家用户习惯,刚开始以游客的身份登录游戏,若发生换包或者换设备,都需要从数据库重新更换账号ID,刚开始纯手工,其后py实现,封装为exe直接在dos里面执行,最好的方式改进当然是在web见面一键完成,现将代码跑路,作为记录。#cod..
分类:
数据库 时间:
2017-04-06 23:51:41
阅读次数:
295
从网上复制了一份matlab演奏的曲调源码,很有意思!(也很好听!) (源码来源:https://www.zhihu.com/question/27850677/answer/104060849) 1、因为复制问题,使用python简单处理了下: #!/usr/bin/python# -*- cod ...
分类:
其他好文 时间:
2017-04-04 23:37:26
阅读次数:
381
usingSystem;
usingSystem.Collections.Generic;
usingSystem.IO;
usingSystem.Linq;
usingSystem.Net;
usingSystem.Text;
usingSystem.Web;
usingSystem.Security.Cryptography.X509Certificates;
usingSystem.Net.Security;
namespaceKdGoldAPI
{
/**
*
*快递鸟电子面单预览..
#include using namespace std; void init_pass_table(char (&code_table)[27][27]){//制密码对照表;(不能当做一维数组来看会有别的问题) code_table[0][0]='0'; for(int i=0;i25){ cod... ...
分类:
编程语言 时间:
2017-03-23 22:15:44
阅读次数:
429