搜索到与相关的文章
Python

python爬虫 execjs安装配置及使用

模块安装参考官方文档安装pipinstallPyExecJS配置该模块需要JS运行时环境以下JSruntime经过官方测试认可,建议采用PyV8:一个调用GoogleV8引擎的Python模块Node.js本文采用该运行时PhantomJSNashorn以下JSruntime也支持但未经过官方测试AppleJavaScriptCore-IncludedwithMacOSXJScript:windows自带JS解释器,IE浏览器SlimerJS注:对于PyV

系统 2019-09-27 17:53:47 3684

Windows

我的第一个Windows Phone 7应用程序

本来一直没有过做移动开发的想法,前短时间被CSDN一个移动大会“挑逗”的有点“心血来潮”!恰好赶上WindowsPhone7新上市,就试试吧。目前很难找到WindowsPhone7应用开发的相关资料,只能摸索着来,以下是本人周末做的一个小案例,新浪微博WindowsPhone7客户端,仅供新手参考。另外,如果哪位朋友有这方面的资料,还望告知。以上图片分别是“热门”、“登录”、“我的微博”显示效果。源码下载:http://sq_zhuyi.download.

系统 2019-08-29 22:17:06 3684

Windows

Problem with posting from Windows Live Write

WindowsLiveWriterisreallyquiteanicetoolforpostingtoblogs.Butdespiteofmyefforttogetittoworkwithjroller,I'vealwaysfailed.Ihaveseensomeonesucceededpostingtojroller,butIalwaysgetthefollowingerror.CouldanyonegivemeanyhintwhatI'mdoingwr

系统 2019-08-29 23:48:20 3683

MySql

Mysql一些复杂的语句

1.查找重复的行SELECT*FROMblog_user_relationaWHERE(a.account_instance_id,a.follow_account_instance_id)IN(SELECTaccount_instance_id,follow_account_instance_idFROMblog_user_relationGROUPBYaccount_instance_id,follow_account_instance_idHAVIN

系统 2019-08-12 01:55:14 3683

Windows

SQL SERVER 2008 评估期已过解决方法(windows 7

晚上重新打开数据库,提示SQLSERVER2008评估期已过,网上搜索了一下解决方法,故记录如下:第一步:进入SQL2008配置工具中的安装中心第二步:再进入维护界面,选择版本升级这里会出现重新启动机器失败,重新启动机器,并重复执行第一步,第二步。然后成功,进入第三步第三步:进入产品密钥,输入密钥SQLServer2008Developer:PTTFM-X467G-P7RH2-3Q6CG-4DMYBSQLServer2008Enterprise:JD8Y6

系统 2019-08-12 01:53:43 3681

Jquery

jquery中限制部分字段不能输入

在一个比如表单验证的过程中,有时候,假如要用户一定要输入某个字段,否则不给输入其他字段,即屏蔽其他字段的输入,这个时候依然可以用jquery可以做到,例子如下:1假如页面有三个字段,用户名和密码和密码确认三个字段:
UserNameUsernamec

系统 2019-08-12 09:29:42 3680

PHP

PHP memcache

windows环境:添加服务.sccreateMemcachedserver11212binpath="C:\memcache\memcached.exe-drunservice-m500-p11212"start=autodisplayname="Memcachedserver(11212)"要是一台机有多个,那就改下端口再搞一次撒~php使用Memcache函数库是在PECL(PHPExtensionCommunityLibrary)中,主要作用是搭建

系统 2019-08-12 09:26:49 3680

Hadoop

Install RHadoop with Hadoop 2.2 – Red Hat L

PrerequisiteHadoop2.2hasbeeninstalled(andthebelowinstallationstepsshouldbeappliedoneachofHadoopnode)Step1.InstallR(byyum)[hadoop@c0046220yum.repos.d]$sudoyumupdate[hadoop@c0046220yum.repos.d]$yumsearchr-project[hadoop@c0046220yum.

系统 2019-08-12 09:26:49 3680

MySql

查看mysql数据库表大小和最后修改时间

查看mysql数据库表相关信息如表大小、修改更新等信息,可以通过以下方式:一showtablestatuslike’table_name‘;二在infortmation_schema下有表table,存储了表相关信息,也可以通过此表来查询。select*frominformation_schema.tablewheretable_name='table_name';查看mysql数据库表大小和最后修改时间

系统 2019-08-12 01:52:09 3680