文章分类 -  学习笔记

摘要:CentOS 7.0默认使用的是firewall作为防火墙,使用iptables必须重新设置一下 1、直接关闭防火墙 systemctl stop firewalld.service #停止firewall systemctl disable firewalld.service #禁止firewal 阅读全文
posted @ 2018-08-17 10:52 唔愛吃蘋果 阅读(97) 评论(0) 推荐(0) 编辑
摘要:代码 Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--usingSystem;usingSystem.Collections.Generic;usingSystem.Linq;usingSystem.Web;usingSystem.Web.UI;usi... 阅读全文
posted @ 2010-01-21 23:28 唔愛吃蘋果 阅读(509) 评论(0) 推荐(0) 编辑
摘要:数组:代码 Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--//二维数组String[,]abcd=newstring[2,4];//建立一个2*4的数组abcd[0,0]="田洪川";//abcd[0,1]="";abcd[0,2]="自由职业者";... 阅读全文
posted @ 2009-12-13 12:40 唔愛吃蘋果 阅读(315) 评论(0) 推荐(0) 编辑
摘要:代码 Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--protectedvoidPage_Load(objectsender,EventArgse){//变量名区分大小写stringthc;thc="天轰穿";Response.Write(thc);s... 阅读全文
posted @ 2009-12-03 22:31 唔愛吃蘋果 阅读(707) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示