码迷,mamicode.com
首页 >  
搜索关键字:text    ( 52583个结果
三、变量
usingSystem; usingSystem.Collections.Generic; usingSystem.Linq; usingSystem.Text; namespace_3.变量 { classProgram { staticvoidMain(string[]args) { //整数类型 sbytemySbyte=45; bytemyByte=(byte)mySbyte; Console.WriteLine("mySbyte={0}",mySbyte); Console.Write..
分类:其他好文   时间:2014-12-03 01:54:08    阅读次数:126
四、常量
usingSystem; usingSystem.Collections.Generic; usingSystem.Linq; usingSystem.Text; namespace_4.常量 { classProgram { staticvoidMain(string[]args) { //整型常量 uintmyUint=456; Console.WriteLine("myUint={0}",myUint); longmyLong=79854456L; Console.WriteLine("m..
分类:其他好文   时间:2014-12-03 01:52:07    阅读次数:107
五、数据类型转换
usingSystem; usingSystem.Collections.Generic; usingSystem.Linq; usingSystem.Text; namespace_5.数据类型转换 { classProgram { staticvoidMain(string[]args) { //隐式类型转换 { ushortdestinationVar; charsourceVar=‘a‘; //下面这条语句把char类型隐式转换成ushort类..
分类:其他好文   时间:2014-12-03 01:50:03    阅读次数:146
六、运算符之数学运算符
usingSystem; usingSystem.Collections.Generic; usingSystem.Linq; usingSystem.Text; namespace_6.运算符之数学运算符 { classProgram { staticvoidMain(string[]args) { //加、减、乘、除、取余运算符 { intintVar1=53,intVar2=6; floatfloatVar=52.54F; doubledoubleVar=2..
分类:其他好文   时间:2014-12-03 01:49:35    阅读次数:139
Intent携带额外的数据的方法
1、putExtras(Bundle data):向Intent中放入需要“携带”的数据。2、putXxx(String key,Xxx data):向Bundle放入Int、Long等各种类型的数据。3、putSerializable(String key,Serializable data):向...
分类:其他好文   时间:2014-12-03 00:22:29    阅读次数:173
图片上传 并生成水印
1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 6 namespace MySystemManager.Utility 7 { 8 ...
分类:Web程序   时间:2014-12-02 22:25:02    阅读次数:201
cadence allegro 布线时添加过孔
1.在放置过孔前先要进行简单的设置。在菜单栏Setup->Constraints->physical出来的列表里面找到vias 点击出现一个对话框在对话框中选择需要的过孔。(类型比较多可以在下面过滤器输入v*)选择好过孔后关闭即可。当然还有很多约束在这里设置,比如多大的线宽对应多大的过孔..2.使用...
分类:其他好文   时间:2014-12-02 22:23:30    阅读次数:367
分类数据到文章模板
public function flcx(){header("Content-type:text/html;charset=utf-8");//utf8编码$id = $_GET['id'];//接收id$Dao = M();//用原生sql查询$sql = "SELECT xp_wztj.bt,x...
分类:其他好文   时间:2014-12-02 22:10:45    阅读次数:139
搞研发拼什么?
搞研发拼什么? 整~借 ~学 ~变   一:整;资源整合!   你能整合多少资源,多少渠道,你将来就会得到多少财富!   二:借;造船过河不如借船过河。   趋势,无法阻挡;   抉择,要有智慧!   三:学;今天的企业家,赢在学习,胜在改变! 案例:   一;1991年,跨国巨头柯达在技术上领先同行十年,但却在2012年1月申请破产。   二;昔日手机霸主,诺...
分类:其他好文   时间:2014-12-02 20:52:14    阅读次数:210
SSH.net之数据访问对象(DAO)
一、新建一个类库,命名为:DAO二、新建接口:IRepositoryusing System;using System.Collections.Generic;using System.Linq;using System.Text;namespace Repository{ public in...
分类:Web程序   时间:2014-12-02 20:41:06    阅读次数:235
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!