wewe】的更多相关文章

<#assign base=rc.contextPath /> <#import "spring.ftl" as s /> <!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <link type="text/cs…
<!DOCTYPE html><html lang="en"> <head> <meta charset="UTF-8"> <title>退费</title> <link rel="stylesheet" href="css/reset.css" type="text/css"> <script type='text/…
前记,今天开始学习Python 参考 笨方法学习+Python(第三版) 因为有编程基础,所以入门不难,相比于以前学过的其它语言编程,Python当然也有它独特的语法格式. 1.安装Python 访问 http://python.org/download 并且安装 Python 2.安装完成后把Python的安装目录增加到环境变量里 3.打开PowerShell 4.下载使用NotePad++,新增文件后保存至指定目录 语法方面小结: 1. print "" 为打印输出,语句后面不用跟…
一.准备工作 首先你需要已一个发送邮箱,一般的邮箱都有SMTP.POP3服务,比如QQ邮箱,登陆QQ邮箱开启SMTP服务,开启是服务器会提示你设置独立密码,这个密码是跟邮箱正常登陆的密码不同的,这个是SMTP登陆要用的密码,因此这里需记下SMTP独立密码,程序中会有使用.(准备工作就是这么简单,只需有一个开启SMTP服务的邮箱即可):还需要一个JAR包(javax.mail.jar):java1.6里已经有了,如果没有把jar包加上.下载地址:http://www.oracle.com/tech…
Season 1, Episode 6: Riots, Drills and the Devil: Part 1 - Diamond: Just a few more rides. 就再多玩几次吧 Oh, great! Great! 噢太棒了! Then you have to wrap it up. wrap: 包,裹 玩好了就该走了 -Kellerman: Oh, Adam's getting bigger, huh? 噢 Adam看上去长大了点 Ten. Hmm 十岁嗯? - Diamon…
错误 1 error C1189: #error :  Building MFC application with /MD[d] (CRT dll version) requires MFC shared dll version. Please #define _AFXDLL or do not use /MD[d] c:\program files (x86)\microsoft visual studio 12.0\vc\atlmfc\include\afx.h 24 解决办法: 项目点击右…
字符串:不可变性 String str=”abcdf”; 将字符串转换为char数组:ToCharArray(); Char[] ch=str.ToCharAarray(); 将char数组转换为字符串:new String(char[] 数组); char[] num = { '1', '2' ,'3','4','5'}; string a = new string(num); Console.Write(a); SubString()截取字符串 String b=a.SubString(1)…
http://blog.sina.com.cn/s/blog_49cc837a0101aljs.html http://blog.sina.com.cn/s/blog_49cc837a0101a2q3.html http://www.oschina.net/news/20020/why-every-programmer-should-learn-python-or-ruby http://my.oschina.net/u/253527/blog/113233 http://www.cnblogs…
http://www.cnblogs.com/wewe/archive/2010/03/19/1685658.html http://www.laonan.net/blog/69/ http://cnodejs.org/topic/51c71c1c73c638f3709fe910 http://tech.fblife.com/?p=74 http://my.oschina.net/u/253527/blog/113233 http://my.oschina.net/u/253527 http:/…