摘要:
//脚本申明的格式 //程序完成的时候自动调用的事件creationComplete="application1_creationCompleteHandler(event)"调试代码使用的是trace()is 判断某个变量是不是某种类型as表示的是一种转换的类型eg:var a:int=0;var... 阅读全文
摘要:
felx4将功能组件划分为3个命名空间分别是fx:核心功能mx:标准flex3组件组s:新flex4 spark组件组 阅读全文
摘要:
1234var s1 = string.Format("{0,-10}", 8);var s2 = string.Format("{0,10}", 8);var s3 = string.Format("{0,20:yyyy-MM-dd}", DateTime.Today);var s4 = stri... 阅读全文
摘要:
当构造函数有多个重载的时候 想通过默认构造函数调用其他的重载的构造函数的话 就可以用:运算符public Primes():this(2, 100){//code}public Primes(int a, int b) //重载的{//code}string s = default(string);... 阅读全文
摘要:
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;namespace WebApp2010{ public class User... 阅读全文
摘要:
示例如下:扩展方法usingSystem;usingSystem.Collections.Generic;usingclass1;//注意:引入扩展方法的空间namespaceCon_1{classProgram{staticvoidMain(string[]args){stringstr="{0}... 阅读全文
摘要:
using System;using System.Collections.Generic;using System.Linq;using System.Security.Cryptography;using System.Text;using System.Threading.Tasks;name... 阅读全文
摘要:
使用新建flex项目向导建立项目 阅读全文
摘要:
解释 adobe flash platformflex是一个免费的开源的框架 该应用程序通常是用在 浏览器和 桌面 AIR中的了解 flex框架 ,Flex sdk 和adobe flash builder之间的关系描述flex应用程序开发工作流程flex开发通常使用的是 mxml 和上action... 阅读全文
摘要:
file_exists()(获取文件属性使用的方式是用 meadth="post" enctype="multipart/form-data"一定要写一个隐含表单 阅读全文
摘要:
匹配查找strstrstrpos 通常用在表单验证里面可以用到substr正值表达式匹配 preg_mathc(), preg)mathc_all() , preg_grep()编码格式的转换 heade("content-type ;text-html; charset-utf-8"); 阅读全文