09 2014 档案
摘要:以Winform PictureBox控件为例if (openFileDialog1.ShowDialog() == DialogResult.OK) {FileStream fs = new FileStream(openFileDialog1 .FileName ,FileMode.Open ,...
阅读全文
摘要:C#使用Cookie方法 Cookie是由服务器端生成,发送给User-Agent(一般是浏览器),浏览器会将Cookie的key/value保存到某个目录下的文本文件内,下次请求同一网站时就发送该Cookie给服务器(前提是浏览器设置为启用cookie)。Cookie名称和值可以由服务器端开发自己...
阅读全文
摘要:select c.*,round((datanow-databefore)/databefore,2)*100||'%' datapercent from (select a.auth_tztype ,a.datanow,b.databefore from (select auth_tztype,C...
阅读全文
浙公网安备 33010602011771号