码迷,mamicode.com
首页 >  
搜索关键字:out    ( 35870个结果
jsp内置对象和el表达式
九个内置对象 *out jsp的输出流,用来向客户端响应 *page 当前jsp页面, 它的引用数据类型是Object,即真身中有如下代码 Object page=this; *config 它对应真身中的ServletConfig对象 *pageContext 一个顶九个,这个重要 *reques ...
分类:Web程序   时间:2016-07-22 22:49:14    阅读次数:177
ACM——Points on Cycle
Description There is a cycle with its center on the origin. Now give you a point on the cycle, you are to find out the other two points on it, to maxi ...
分类:其他好文   时间:2016-07-22 21:26:08    阅读次数:123
L - Points on Cycle
Description There is a cycle with its center on the origin. Now give you a point on the cycle, you are to find out the other two points on it, to maxi ...
分类:其他好文   时间:2016-07-22 20:58:06    阅读次数:140
线程练习
class ThreadDmeo extends Thread{ private String name; ThreadDmeo(String name){ this.name=name; } public void run(){ //System.out.println(Thread.curren ...
分类:编程语言   时间:2016-07-22 20:57:55    阅读次数:201
0722
1.liunx 编译c语言代码 gcc -o filename filename.c 编译后产生.out的可执行文件 执行方法: ./filename 2.#include<arpa/inet.h> 头文件中包含inet_addr(“192.168.125.129”)函数可以将点分十进制的IP地址变 ...
分类:其他好文   时间:2016-07-22 18:50:12    阅读次数:121
tomcat调试
今天刚开发出来的工程需要发版到内网服务器上用于后期测试,我复制了原有的tomcat应用作为新项目的tomcat应用,并将配置修改完毕,等待开发人员发包过来。1、应用包放到tomcat运行目录下2、清除work及log目录文件3、#bin/startup.sh#tail-f-n150logs/catalina.out报错contextlo..
分类:其他好文   时间:2016-07-22 14:47:35    阅读次数:114
iOS 推送证书生成pem
cert: openssl x509 -in aps_development\ \(8\).cer -inform der -out pushDeveCerTopem.pem key: openssl pkcs12 -nocerts -out pushDeveP12Topem.pem -in Dev ...
分类:移动开发   时间:2016-07-22 10:07:43    阅读次数:226
固本培元之三:Convert、运算符、流程控制语句、ref/out/in三种参数类型
一、Convert类常用的类型转换方法Convert.ToInt32() 转换为整型(int)Convert.ToChar() 转换为字符型(char)Convert.ToString() 转换为字符串型(string)Convert.ToDateTime() 转换为日期型(datetime)Con ...
分类:其他好文   时间:2016-07-22 06:26:32    阅读次数:132
[android] 练习样式主题自定义activity切换动画
主要练习了自定义样式和主题,继承android系统默认的样式并修改,练习xml定义淡入淡出动画 anim/fade_in.xml anim/fade_out.xml values/styles.xml MainActivity.java Manifest.xml ...
分类:移动开发   时间:2016-07-21 23:47:37    阅读次数:211
L - Points on Cycle
Description There is a cycle with its center on the origin. Now give you a point on the cycle, you are to find out the other two points on it, to maxi ...
分类:其他好文   时间:2016-07-21 23:39:00    阅读次数:283
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!