1、图片及文字水平居中只需要加上text-align:center即可;2、单行文本垂直居中,高度等于行高即可;3、多行文本及图片垂直居中: 需要在外面嵌套两层,第一层设置固定高度height,和display:table;第二层加上display:table-cell;vertical-align...
分类:
Web程序 时间:
2014-05-09 12:01:19
阅读次数:
359
最近新换了系统还真是问题多多呀!!系统更新补丁后打开 VS2012
,新建C#项目的时候出现这个问题VS2012 未找到与约束ContractName Microsoft.VisualStudio.Text.ITextDoc
mentFactoryService 我勒个去,相当郁闷呀,赶紧百度,找到...
分类:
其他好文 时间:
2014-05-09 11:52:05
阅读次数:
343
using System;using System.Collections.Generic;using
System.Linq;using System.Text;using System.Data.SqlClient;using
System.IO;namespace CindyDatabaseP...
分类:
数据库 时间:
2014-05-09 11:37:48
阅读次数:
378
There are no interfaces on which a capture can be
done解决方法:Open a terminal by pressingCtrl+Alt+Tand type the following
commands:sudo dpkg-reconfigure ...
分类:
其他好文 时间:
2014-05-08 22:18:45
阅读次数:
397
mediatek/packages/apps/FileManager/src/com/mediatek/filemanager/IconManager.java文件中添加如下方法//get
the icon of the file public Drawable getFileIcon1(File....
分类:
其他好文 时间:
2014-05-08 22:13:50
阅读次数:
365
master: linuxslave: win7
64位系统在配置好系统后,采用jnlp的方式启动slave节点,报错如下:com.sun.deploy.net.FailedDownloadException:
Unable to load resource: http://127.0.0.1:80...
分类:
Web程序 时间:
2014-05-08 21:43:22
阅读次数:
2133
常用功能:安装Package
Control:https://sublime.wbond.net/多行选择、多行编辑鼠标选中多行,按下 Ctrl+Shift+L
(Command+Shift+L) 即可同时编辑这些行;鼠标选中文本,反复按 CTRL+D (Command+D) 即可继续向下同时选中下...
分类:
其他好文 时间:
2014-05-08 21:37:03
阅读次数:
431
出现乱码需要检查的项目:数据库编码、文件本身的字符集、html解析的字符集,如若上述项目编码一致仍然出现乱码,查看一下浏览器的编码,如果和设置的不一样说明上述设置有部分未成功,可以尝试使用header()函数再转化一下。FYI:1.
header("Content-type: text/html; ...
分类:
Web程序 时间:
2014-05-08 21:28:22
阅读次数:
331
当使用EF中context.SaveChanges()的时候会报一串让查看详细信息的错误,这个错误不是真正的报错原因,如果想看真正的原因,要关掉EF的验证,如下:context.Configuration.ValidateOnSaveEnabled
= false;后在调用SaveChanges()...
分类:
其他好文 时间:
2014-05-08 21:27:51
阅读次数:
256
以下是一些ABC Radio
的pls链接:vlc打开网络串流,输入pls链接,确定即可。Direct LinksIf you are unable to use our default
players, you can use these links.Windows Audio StreamsAB...
分类:
其他好文 时间:
2014-05-08 21:01:30
阅读次数:
446