在SQL Commander中,sql语句中如果有中文,显示是口。
解决办法如下:
在Tools->Tool Properties->General->Appearance->Fonts中,如下图设置。...
分类:
数据库 时间:
2014-10-28 12:13:40
阅读次数:
358
1、-webkit-tap-highlight-color:rgba(255,255,255,0)可以同时屏蔽ios和android下点击元素时出现的阴影。备注:transparent的属性值在android下无效。2、-webkit-appearance:none可以同时屏蔽输入框怪异的内阴影。3...
分类:
移动开发 时间:
2014-10-20 19:17:31
阅读次数:
231
ios7以下的版本设置导航栏背景颜色可以使用
[[UINavigationBar appearance] setTintColor:[UIColor orangeColor]];
ios7以后:
[[UINavigationBar appearance] setBarTintColor:[UIColor orangeColor]];
默认带有一定透明效果,可以使用以下方法去...
分类:
移动开发 时间:
2014-10-16 15:46:25
阅读次数:
176
// 设置状态栏颜色 [application setStatusBarStyle:UIStatusBarStyleLightContent]; // 设置导航栏 [[UINavigationBar appearance] setTintColor:[UIColor whi...
分类:
其他好文 时间:
2014-10-15 19:15:11
阅读次数:
645
解决步骤:1、修改linux服务器的LANG变量把LANG改成支持UTF-8的字符集如:LANG=”zh_CN.UTF-8″或者是LANG=”en_US.UTF-8″2、修改Secure CRT的Session OptionsOptions->Session Options->Appearance-...
分类:
其他好文 时间:
2014-10-15 18:09:53
阅读次数:
168
1.首先 打开 >> Myeclipse或Eclipse.(我用的是Myeclipse)2.打开 >> Window >> Preferences 如图1:图13.打开 >> Preferences >> General >> Appearance >> Colors and Fonts >> ja...
分类:
编程语言 时间:
2014-10-14 18:00:39
阅读次数:
222
1.首先 打开 >> Myeclipse或Eclipse.(我用的是Myeclipse)2.打开 >> Window >> Preferences 如图1:图13.打开 >> Preferences >> General >> Appearance >> Colors and Fonts >>Bas...
分类:
Web程序 时间:
2014-10-14 17:12:39
阅读次数:
467
状态栏的字体为黑色:UIStatusBarStyleDefault状态栏的字体为白色:UIStatusBarStyleLightContent一、在info.plist中,将View controller-based status bar appearance设为NO状态栏字体的颜色仅仅由以下的属性...
分类:
移动开发 时间:
2014-10-10 21:12:54
阅读次数:
187
一、使用 appearance 改变 webkit 浏览器的默认外观webkit 内核浏览器具备私有属性" -webkit-appearance "可以改变元素的外观,该属性非常强大,适合大部分标签,这对于 webkit 的页面优化带来极大的帮助。禁用表单input、select元素的默认外观inp...
分类:
其他好文 时间:
2014-10-09 00:28:17
阅读次数:
320
putty字体大小颜色、全屏/退出全屏快捷键 保存session设置字体大小设置Window->Appearance->Font settings—>Change按钮设置(我的设置为16)字体为(Consolas)字体颜色设置Window->Colours->Default Foreground->...
分类:
其他好文 时间:
2014-10-05 01:26:47
阅读次数:
715