无论是IE,火狐,还是谷歌游览器。按F11可以实现全屏状态显示,再次按F11可以回到原先的网页显示状态。清楚游览器缓存快捷键:ctrl+shift+delete实现火狐游览器在全屏状态显示工具栏的方法:第一步打开火狐游览器:输入about:config如下图:单击“我保证小心”打开如下网页并找..
分类:
其他好文 时间:
2014-05-27 03:33:41
阅读次数:
197
MySQL字符集的一个坑http://imysql.com/2013/10/29/misunderstand-about-charset-handshake.shtmlMySQL字符集的一个坑1条回复今天帮同事处理一个棘手的事情,问题是这样的:无论在客户机用哪个版本的mysql客户端连接服务器,发现...
分类:
数据库 时间:
2014-05-23 12:06:09
阅读次数:
363
局部变量(Local Variable),全局变量(global
variable),变量共享;静态局部变量(static local
variables),函数运行结束变量值不会消失,并且其它函数无法访问的变量;简单模拟登陆密码验证使用静态局部变量可以让函数产生的数据更长期更安全地存储,如果一个函...
分类:
其他好文 时间:
2014-05-23 11:59:35
阅读次数:
278
reference
from:http://www.programcreek.com/2013/10/top-10-questions-about-java-exceptions/This
article summarizes the top 10 frequently asked question...
分类:
编程语言 时间:
2014-05-23 06:50:07
阅读次数:
290
1.Routing : 路由
主要是比对通过浏览器传来的http要求与响应适当的网址给浏览器。@Html.ActionLink("关于","About","Home")
这段代码生成的HTML超连接: 关于 2. 默认情况下 网址路由规则定义在 App_Start\RouteConfig.cs...
分类:
Web程序 时间:
2014-05-23 03:53:47
阅读次数:
405
What Is Your Grade?
Problem Description
“Point, point, life of student!”
This is a ballad(歌谣)well known in colleges, and you must care about your...
分类:
其他好文 时间:
2014-05-23 00:59:22
阅读次数:
375
Apache Cordova is a set of device APIs that
allow a mobile app developer to access native device function such as the camera
or accelerometer from Jav...
分类:
其他好文 时间:
2014-05-22 02:34:01
阅读次数:
264
RIAidea – Focus on Flash/Flex/AIR ? About
MeBrowse > Home > About MeTuesday, May 20, 2014 | Subcribe via RSSAbout
MeName: Flashlizi (Alex.li) MSN: fla...
分类:
其他好文 时间:
2014-05-22 00:22:21
阅读次数:
340
节目:2013年英国达人秀表演者:来自匈牙利的Attraction舞团背景音乐:Read
All About It
分类:
其他好文 时间:
2014-05-21 23:05:46
阅读次数:
203
问题的提出:我使用MFC编写一个APP,要求About对话框中显示LOGO、公司名、地址和公司的URL链接。使用户点击URL链接以后,启动浏览器访问Web页面,这种对话框中的热链接使应用程序增色不少。我琢磨的方法是从系统注册表中通过查找.htm
或 .html文件的关联程序来获得缺省浏览器的名字,这...