上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 32 下一页
摘要: //查询#SELECT * FROM user_cawefwfrd where usewwr_cawrqqd_qaid=2252227//删除#DELETE FROM user_cauyuyurd where uwwid=10122255//更新#update uuuuser set thumb=' 阅读全文
posted @ 2016-10-25 17:32 914556495 阅读(116) 评论(0) 推荐(0) 编辑
摘要: 键入命令mysql -uroot -p密码查看所有表:mysql> show databases;进入表use multidomain_db;删除表:DROP table colour 执行sql文件source /opt/web/11/colour.sqlSELECT * FROM colour 阅读全文
posted @ 2016-10-25 10:31 914556495 阅读(157) 评论(0) 推荐(0) 编辑
摘要: https://www.microsoft.com/zh-cn/download/confirmation.aspx?id=39379 阅读全文
posted @ 2016-09-28 16:45 914556495 阅读(754) 评论(0) 推荐(0) 编辑
摘要: 从提示中可以推断可能服务中没有启动更新服务,当即开始>>>运行>>>services.msc 打开服务管理,找到Windows Update服务,启动它。重新更新服务 但结果还是无法检查更新,依然弹出上面的错误提示。 后面在微软官方支持论坛得到启发,用以下方法得到解决,解决方法如下; 开始>>>运行 阅读全文
posted @ 2016-03-05 00:53 914556495 阅读(191) 评论(0) 推荐(0) 编辑
摘要: 500元5个点能买多少发票计算方式10000*0.05=500500除以0.05=10000元的发票答能买1万的发票 阅读全文
posted @ 2016-01-12 08:43 914556495 阅读(1265) 评论(0) 推荐(0) 编辑
摘要: 请检查DNS检查域名解析 cmd----nslookup---输入IP或者域名(计算机名)可以看到 阅读全文
posted @ 2016-01-08 18:02 914556495 阅读(245) 评论(0) 推荐(0) 编辑
摘要: zend studio 做前端推荐安装的插件1、Aptana插件代码提示Zend Studio的aptana插件,解决了Zend Studio对前台代码支持不足的问题,而且在某些方面还比诸如dw优秀的功能特性,下面是安装完aptana插件后的一些配置,尤其是可以添加js库的 代码提示,很强大!对ht... 阅读全文
posted @ 2015-07-06 14:52 914556495 阅读(188) 评论(0) 推荐(0) 编辑
摘要: 12345完整代码:图片轮播演示12345简单代码: 图片0图片1图片2图片3图片4 阅读全文
posted @ 2015-06-30 11:07 914556495 阅读(436) 评论(0) 推荐(0) 编辑
摘要: 首先我们需要创建一个测试数据库,为了简单,我们在这个数据库中只创建一个Student表和一个Major表.其表结构和关系如下所示.看看怎样用PowerDesigner快速的创建出这个数据库吧.1.现在开始使用PowerDesigner创建数据库,首先运行程序,进入主界面:2.File—New Mod... 阅读全文
posted @ 2015-06-17 10:25 914556495 阅读(144) 评论(0) 推荐(0) 编辑
摘要: word如何插入目录百度经验:jingyan.baidu.com在写文章的时候我们需要插入目录,如果自己手动添加目录会非常麻烦,以后修改文章的时候还得修改目录的页码,还好Word中有自动添加目录的方法,我们的目录可以随着文档的修改而更新,下面是自动生成目录的方法:百度经验:jingyan.baidu... 阅读全文
posted @ 2015-04-04 00:51 914556495 阅读(2339) 评论(0) 推荐(0) 编辑
摘要: delete from active where title not in(select top 3 * from active ) 阅读全文
posted @ 2015-03-31 08:02 914556495 阅读(142) 评论(0) 推荐(0) 编辑
摘要: select top 3 * from active 阅读全文
posted @ 2015-03-31 08:01 914556495 阅读(99) 评论(0) 推荐(0) 编辑
摘要: select count (*) from active 阅读全文
posted @ 2015-03-31 08:00 914556495 阅读(274) 评论(0) 推荐(0) 编辑
摘要: #region Linq to 集合查询非泛型集合要指定Student类型 //ArrayList list = new ArrayList(); //list.Add(new Student { Name = "Tom", Age = 17 }); //list.Add(new Student ... 阅读全文
posted @ 2015-03-25 19:31 914556495 阅读(295) 评论(0) 推荐(0) 编辑
摘要: #region Linq to 泛型集合查询集合包括大写M和年龄小于等于18 //List list = new List(); //list.Add(new Student { Name = "Tom", Age = 17 }); //list.Add(new Student { Name = ... 阅读全文
posted @ 2015-03-25 19:22 914556495 阅读(322) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 32 下一页