码迷,mamicode.com
首页 >  
搜索关键字:cas    ( 6828个结果
中缀表达式转后缀并计算(只考虑个位整数,不考虑除0等情况)
中缀转后缀 计算后缀表达式 ...
分类:其他好文   时间:2018-05-25 23:37:13    阅读次数:255
【HDU 5875】Function
传送门 题目描述 The shorter, the simpler. With this problem, you should be convinced of this truth. You are given an array A of N postive integers, and M que ...
分类:其他好文   时间:2018-05-25 21:32:15    阅读次数:178
2.nginx 配置
3.1. 配置反向代理 ...
分类:其他好文   时间:2018-05-25 21:15:44    阅读次数:122
[树状数组][逆序数]Japan
Description Japan plans to welcome the ACM ICPC World Finals and a lot of roads must be built for the venue. Japan is tall island with N cities on the ...
分类:编程语言   时间:2018-05-25 16:05:44    阅读次数:227
java 上传Excel文件导入数据
/*** 上传文件分为几步* 1-获取用户上传的文件Excel* 2-读取Excel文件内容* 3-数据转成实体*/package com.csot.util;import com.csot.pm.file.model.FileEntity;import com.google.common.refl ...
分类:编程语言   时间:2018-05-25 11:09:08    阅读次数:348
css 设置英文字母大小写转换(text-transform)
css 设置英文字母大小写转换 CreateTime--2018年5月25日07点16分 Author:Marydon 1.实现:通过text-transform实现 2.text-transform语法: text-transform : none | capitalize | uppercase ...
分类:Web程序   时间:2018-05-25 11:03:43    阅读次数:291
jackson 使用长期更新
/** * Enumeration that defines all togglable features for parsers. */ public enum Feature { // // // Low-level I/O handling features: /** * 这个特性,决定了解析... ...
分类:其他好文   时间:2018-05-25 10:56:38    阅读次数:532
期中测试题1
#include<iostream> #include<cstdlib> #include<ctime> using namespace std; class Dice{ public: Dice(int n); int cast(); private: int sides; }; Dice::Di ...
分类:其他好文   时间:2018-05-23 23:41:06    阅读次数:320
sql中遍历字符串
在sql或者存储过程中会需要遍历字符串。 ...
分类:数据库   时间:2018-05-23 17:09:04    阅读次数:192
day4 自动生成密码文件 & 注册
#写一个自动生成密码文件的程序 # 1 输入几,文件里面就产生多少条密码 input #2 密码必须包含 大写字母 小写字母 数字 特殊字符 #3 密码不能重复 #4 密码都是随机产生的 #5 密码长度6-11位 import string,random pwd_len = input('请输入你要... ...
分类:其他好文   时间:2018-05-23 11:00:51    阅读次数:152
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!