码迷,mamicode.com
首页 >  
搜索关键字:show    ( 18849个结果
学习 $.messager.show 的简单使用
一、在鼠标点击的位置弹出框!function showBySite(event) { var element = document.elementFromPoint(event.x, event.y);//获取点击对象 $.messager.showBySite({ title: 'My Title', msg: 'Message.', ...
分类:其他好文   时间:2014-08-19 11:04:05    阅读次数:184
asp.net mvc4 razor视图 (之) 添加 所见即所得 富文本编辑框
原文地址:http://www.dotnetfunda.com/articles/show/2657/implementing-richtexteditor-or-wysiwyg-tinymce-in-aspnet-mvc
分类:Web程序   时间:2014-08-19 10:43:24    阅读次数:489
跨域访问
iframe方式嵌入页面的操作实验实验hi, this is a.html, frame below show b.htmlhi, this is b.html. this page call by localhost domain.
分类:其他好文   时间:2014-08-19 00:55:43    阅读次数:294
解决Oracle11g空表无法导出的问题
Oracle11g 新增参数deferred_segment_creation  ,建库的时候默认值为true,意思是延时加载,当表中不存在数据的时候,不为这个表创建空间,当你导出的时候会发现很多表不存在 使用show parameter deferred deferred_segment_creation; 命令可以查看deferred_segment_creation的值,如果想...
分类:数据库   时间:2014-08-18 20:32:02    阅读次数:211
C# 获取文件大小,创建时间,文件信息,FileInfo类的属性表
C# 获取文件大小,创建时间,文件信息,FileInfo类的属性表 2011-12-13 09:00:40| 分类: C# |举报|字号 订阅OpenFileDialog openFileDialog1 = new OpenFileDialog();if(openFileDialog1.Show.....
分类:其他好文   时间:2014-08-18 20:02:22    阅读次数:2507
mysql主要性能监控指标
1.系统mysql的进程数ps -ef | grep "mysql" | grep -v "grep" | wc –l2.Slave_runningmysql > show status like 'Slave_running';如果系统有一个从复制服务器,这个值指明了从服务器的健康度3.Threa...
分类:数据库   时间:2014-08-18 18:12:32    阅读次数:252
iOS show view above keyboard
Access the main window or view:http://stackoverflow.com/questions/6820017/ios-access-main-window-or-viewhttp://www.cnblogs.com/ihojin/p/view-cover-key...
分类:移动开发   时间:2014-08-18 18:04:23    阅读次数:204
动态绑定easyui datagrid列名
根据实时数据在同一个DataGrid中显示不同字段,本身easyui并没有支持动态绑定列名,只有show属性显示或隐藏某字段。今天在网上看到直接修改easyui类库动态绑定列名的方法,废话不多说直接借用源码备份以后用。
分类:其他好文   时间:2014-08-18 18:03:22    阅读次数:338
获取Winform窗体、工作区 宽度、高度、命名空间、菜单栏高度等收集
MessageBox.Show("当前窗体标题栏高"+(this.Height - this.ClientRectangle.Height).ToString());//当前窗体标题栏高度 ClientRectangle//获取表示控件的工作区的矩形 Clientsize...
分类:Windows程序   时间:2014-08-18 17:48:32    阅读次数:267
LeetCode 第一题剪彩自己的leetCode之路
Reverse Words in a String   Given an input string, reverse the string word by word. For example, Given s = "the sky is blue", return "blue is sky the". click to show clarification. ...
分类:其他好文   时间:2014-08-18 16:20:32    阅读次数:142
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!