摘要: 阅读全文
posted @ 2017-03-13 18:31 shiningrise 阅读(155) 评论(0) 推荐(0) 编辑
摘要: {求魔法力 每个魔法学徒的魔法力是不同的, 试编写一个程序,从键盘读入每个学徒的魔法力, 求全部魔法学徒的魔法力总和。当用户输入0时,程序结束。 } var a: string; i,sum : integer; begin read(i); while i0 do begin sum := sum + i; read(i... 阅读全文
posted @ 2017-03-13 15:26 shiningrise 阅读(249) 评论(0) 推荐(0) 编辑
摘要: {电文保密 魔法世界电报局的电文保密的规律是将每个英文字母变成其后的第4个字母,如A变成E,a变成e。 最后的4个大写字母W、X、Y、Z分别变为A、B、C、D。非字母字符不变。输入一行字符,要求输出相应的密码。 } var a: string; i : integer; begin readln(a); for i:=1 to length(a) do ... 阅读全文
posted @ 2017-03-13 15:16 shiningrise 阅读(412) 评论(0) 推荐(0) 编辑
摘要: Entity.Name = Regex.Replace(dt.Rows[i]["行政值日"].ToString().Trim().Replace(" ", "").Replace(" ", ""), @"\s", ""); Entity.Riqi = dt.Rows[i]["日期"].ToString().Trim().ToDateTime().T... 阅读全文
posted @ 2017-03-13 12:35 shiningrise 阅读(204) 评论(0) 推荐(0) 编辑
摘要: http://kb.cnblogs.com/page/73528/ 1、 查询Student表中的所有记录的Sname、Ssex和Class列。 select sname,ssex,class from studentLinq: from s in Students select new { s.S 阅读全文
posted @ 2017-03-13 09:18 shiningrise 阅读(413) 评论(0) 推荐(0) 编辑
摘要: diff --git a/CanDoo.Host/CanDoo.MvcHost/Areas/ShopA/Views/Home/Index.cshtml b/CanDoo.Host/CanDoo.MvcHost/Areas/ShopA/Views/Home/Index.cshtml index dbe87f1..aa4d1cc 100644 --- a/CanDoo.Host/CanDoo.Mvc... 阅读全文
posted @ 2017-03-13 08:36 shiningrise 阅读(220) 评论(0) 推荐(0) 编辑
// 侧边栏目录 // https://blog-static.cnblogs.com/files/douzujun/marvin.nav.my1502.css