51CTO博客开发
$(dom).html(data+"\%");在chrome浏览器里面会正常显示 30% 这样的百分数,但是在360浏览器会不能显示出来,解决办法是用text()代替html()。
赛迪项目管理系统登录时,控制台提示:uncaught typeerror document.getElementById("loginForm").submit is not a function但是检查js代码都是正常的:$("#loginForm").validate({ rules : { userName : { required&
Data FormatThe data is an array of data series:[ series1, series2, ... ]A series can either be raw data or an object with properties. The raw data format is an array of points:[&nb
Flot ReferenceTable of ContentsIntroduction| Data Format| Plot Options| Customizing the legend| Customizing the axes| Multiple axes| Time series data| Customizing the data series| Customizing the grid
hide or show hidden file:defaults write com.apple.finder AppleShowAllFiles -bool truedefaults write com.apple.finder AppleShowAllFiles -bool false
I was following MJ's sina weibo project video to make an app of weibo. however I can't access internet from the weibo app or safari. so google it and got the right solution which is so easy. guess wha
mysql无top语法,用limit实现:select * from lime_document order by id limit 0,5这里要注意的地方:limit m,n 中,运行结果是从(m+1)开始,返回n条记录
fundamental types: Int Double Float Bool Stringcollection types: Array Dictionarydeclare constants with "let"declare variables with "var"with annotation(r
下载了免费的学生版maya,安装后界面是中文,后来增加了系统变量MAYA_UI_LANGUAGE =en_US,重启maya就成英文界面了。
action seques['segwei] 联线:1) modal: slide a scene from the bottom to the top, covered on the parent scene.2) push: slide from right to left.3) custom
NSRange(location, length):eg: NSRange r1 = {2,5}; NSRange r2 = {.location=2, .length=5}; NSRange r3 = NSMakeRange(2,5);//开发用 NSRange r4&nbs
oc 是 c 的超集,从c扩展而来,具备面向对象的特性,比如类,消息,单继承。c的部分:数据类型:short,int,long,float,double,char,pointer,struct常用方法:readline()atoi()sizeof()malloc()oc的部分:receiver:classNameOrObjectselector:method消息的传递通过[receiver sel
ios对我而言只有初步的印象:没有android的版本碎片化的头痛但却有封闭体系的控制。作为一个ios开发者,必须掌握:oc大的概念,比如内存管理,委托,存档等。框架。终极目标是知道如何使用每个框架下每个类的每个方法。这是个耗时的事情,因为有超过3000个方法和200个类。而且还与日俱增。所以能搜索文档并理解文档内容就比较重要。经常会看到代码里的有:NS:NextStep@:oc代码标志XIB:X
安装了win7后,用了oem7f7,没效果,然后每次启动都先出现这样一排英文FATAL ERROR:one or more table pointers are invalid.Modification could be unsafePress any to continue booting按了任意键后才能进入系统,后来在oem7f7里面点击卸载,就能正常启动了。
第一步:用户同意授权,获取code在确保微信公众账号拥有授权作用域(scope参数)的权限的前提下(服务号获得高级接口后,默认带有scope参数中的snsapi_base和snsapi_userinfo),引导关注者打开如下页面:https://open.weixin.qq.com/connect/oauth2/authorize?appid=APPID&redirect_uri=REDI
在做新版www.seecq.com的时候,旧的版本需要把文件和数据库都备份到公司服务器上。把数据库用mysql的mysqldump命令:www# mysqldump db_seecq_br1 > db_seecq_20140102.sql备份后,由于有200多mb,所以先压缩,然后用ftp下载到我的电脑上。在对这个sql文件导入到本地新数据库的过程中,由于其中一个表的写入数据达到100多mb
粘贴上友言的代码后,在前台访问,没任何变化。后来问了客服,说不能在本地测试。把localhost改成本机的ip后,就能正常显示了。后来在官网上查看FAQ,里面其实都有描述:5.是否可以在本地测试友言?不可以,因为友言的所有服务是在WEB环境下运行,所以必须在线上测试。除非有构建虚拟运行环境和虚拟域名,在前台才能显示。
在做索通网站的修改时,从ftp下载了源码,准备在本机上运行(win7 64位),然而总是报“数据库连接错误!请正确配置include/config.asp文件!”这样一个提示。此网站用的escms,于是检查config.asp等文件,也没发现哪里不对。后来搜索到源码之家的一篇文章:Win7或Windows server 2008中IIS7支持ASP+Access解决方法。按照它的方法,把iis管理
http://www.leapbeyond.com/ric/TSvnPD/下载后运行TSvnPwd.exe,在命令行窗口就会显示当前连接svn的账号和密码,帮了我大忙。
在Raspberry Pi官网上下载NOOBS。但是,几次安装都失败了。然后就用2013-07-26-wheezy-raspbian.zip.torrent,下载下来后,到处找Win32DiskImager。非常不好找,下载后运行也找不到sd卡。后来在论坛找到一个替代软件-系统镜像写入工具USB Image Tool(http://bbs.shumeipai.org/thread-24-1-1.h
WINDOWS7关闭休眠的方法是,在开始-运行中输入cmd,这时运行框的上方程序中会出现cmd.exe,然后右击cmd.exe,在弹出菜单中选择“以管理员身份运行”,再在打开命令提示符窗口中,输入运行命令 powercfg -h off然后休眠文件就删除了。
期待ing,以前买了个16gb的kingston的卡,正好可以用上。
>=< , 注意把日期用单引号括起来。
要想在图形界面下安装,需要把虚拟机的内存设置大于1GB。否则安装下来只是在命令行模式,运行startx命令也无法启动x window。
thinkphp,html代码:<?php $user = $_SESSION[C("USER_INFO_KEY")]; ?> <!DOCTYPE HTML> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=U
<script type="text/javascript"> $(document).ready(function() { $("#btnLogin").click(function() { submitLoginForm(); }); }); function submitLoginForm
mysql find_in_set 适用于以下场景:select * from db where find_in_set("***", strlist);***:不以“,”开头的字符串strlist:以“,”分隔的字符串。
package com.phoenix.weather.activity; import android.os.Bundle; import android.view.MotionEvent; import android.view.View; import android.vie
ctrl+shift+o:自动导入所有没导入的包
Copyright © 2005-2023 51CTO.COM 版权所有 京ICP证060544号