- 博客(208)
- 资源 (21)
- 收藏
- 关注
原创 Python获取百度浏览记录
Python模拟百度登录实例详解http://www.jb51.net/article/78406.htmPython实战计划学习作业2-1http://blog.youkuaiyun.com/python012/article/details/53344501参考了以下网上获取百度网吧登陆的代码,先拿到token,然后用密码登陆得到cookie,继续拿到浏览记录但有时可以拿到有时不行,拿
2016-12-22 23:50:51
828
原创 Python2.7学习
网上很多代码都不适用于python3版本,所以还是转回版本2来学习了install 安装模块特别简单E:\01_SOFT\Python27\python -m easy_install sunburntE:\01_SOFT\Python27\python -m easy_install lxmlE:\01_SOFT\Python27\python -m easy_in
2016-12-22 23:13:52
783
转载 强大的捉包工具Fiddler
Fiddler2出现 creation of the root certificate was not successful 错误http://www.zhaokeli.com/Article/6360.htmlcd /d "D:\Program Files (x86)\Fiddler2"makecert.exe -r -ss my -n "CN=DO_NOT_TRUST_Fidd
2016-12-21 22:44:49
962
转载 MondoDB介绍 Python与MongoDB用法,安装PyMongo
http://blog.youkuaiyun.com/t_ells/article/details/50265889MongoDB最新版本下载在官网的DownLoad菜单下:http://www.mongodb.org/downloads 解压mongodb-win32-x86_64-2.6.6.zip ,创建路径C:\mongodb ,将解压后的Bin文件Copy to 此文件夹下C:\
2016-12-16 23:23:26
1042
转载 Chrome安装.crx文件
解决“只能通过Chrome网上应用商店安装该程序”的方法http://chromecj.com/utilities/2015-04/423.html 1.更多工具-》扩展程序2.获取更多扩展程序的话,打不开网站。将.crx文件拖进来则会报错“只能通过Chrome网上应用商店安装该程序”在exe属性后加上 -enable-easy-off-store-extension-in
2016-12-13 23:52:10
861
原创 Python爬虫学习
downloadhttps://www.python.org/downloads/release/python-352/python实现简单爬虫功能http://www.cnblogs.com/fnng/p/3576154.html关于api-ms-win-crt-runtimel1-1-0.dll缺失的解决方案 https://www.microsoft.com/zh-cn/
2016-12-05 23:11:02
514
转载 SQL Server全文检索
SQL Server 全文索引的硬伤http://www.cnblogs.com/gaizai/archive/2010/05/13/1733857.html SQLSERVER全文搜索http://www.cnblogs.com/lyhabc/p/3255960.html
2016-10-15 16:07:40
420
转载 MySQL数据库导入到SQL Server
EXEC master.dbo.sp_addlinkedserver @server = N'MYSQL2', @srvproduct=N'mySQL', @provider=N'MSDASQL', @provstr=N'DRIVER={MySQL ODBC 5.3 Unicode Driver}; SERVER=localhost; _ DATABASE=testdb; US
2016-10-15 12:54:46
670
转载 WCF wsHttpBinding in SoapUI
当使用wsHttpBinding,而不是平时用的webHttpBinding的时候,用soapui会报错.这个时候需要选中WS-A选项中的"Add default wsa:Action"The message with To '' cannot be processed at the receiver, due to an AddressFilter mismatch at the Endpo
2016-09-01 15:05:43
1096
原创 openssl使用以及C#加密和数字签名
http://blog.youkuaiyun.com/scape1989/article/details/18959657
2016-06-29 18:34:02
4354
原创 MySql学习
1。下载mysql-5.6.22-winx64 开始——运行——cmd,然后cd到mysql安装目录的bin下面,我的目录就是“C:\Program Files\mysql-5.6.22-win32\bin”,然后执行mysqld -install,提示服务安装成功!运行services.msc一看,确实有一个名为MySQL的服务了,启动它。有时启动失败,根据情况调整参数即可。 cd到
2016-06-02 17:37:49
467
转载 SQLServer常见查询问题
http://bbs.youkuaiyun.com/topics/3400783271.生成若干行记录--自然数表1-1MCREATE TABLE Nums(n int NOT NULL PRIMARY KEY CLUSTERED)--书上介绍了很多种填充方法,以下是最高效的一种,需要SS2005的ROW_NUMBER()函数。WITH B1 AS(SELECT n=1 UNION AL
2016-04-26 15:45:55
512
原创 万年历SQL Server中实现
using System;using System.Collections.Generic;using System.Linq;using System.Text;using Common.Data;using Common.BLL;namespace Common{ #region ChineseCalendarException /// /// 中国日
2016-04-25 23:35:22
2251
2
原创 AS400遇到的一些问题和解决办法
1.没有权限进入distribution directorywrklnk 'QDLS\' >User not enrolled in system distribution directory. Selection or command ===> ADDDIRE US
2016-03-30 14:49:07
10870
1
转载 How to troubleshoot the "Could not create 'CDO.Message'" error message
https://support.microsoft.com/en-us/kb/910360Method 1: Make sure that the Cdosys.dll file is correctly registeredDetermine whether the Cdosys.dll file is correctly registered. To do this, fo
2016-03-04 18:13:45
420
转载 SQL Server 默认跟踪(Default Trace)
http://www.cnblogs.com/gaizai/p/3358998.html--查询Default Trace是否开启SELECT * FROM sys.configurations WHERE configuration_id = 1568;--开启Default Tracesp_configure 'show advanced opt
2016-02-23 15:34:51
1186
转载 远程桌面登陆后蓝色屏幕
http://zhidao.baidu.com/link?url=qQjJXOtHqM5hRdm6rcY4jDWteh_5j6vTfDhE-O1LzxkcD_eKe4Ey7ukln0FOXTGCpVmL6ZQvZKgYjnhNJg6su_目前使用远程桌面进行远程管理服务器的用户估计会遇到远程桌面登陆服务器后显示黑屏,或无法显示桌面无法进行操作的问题,您可以尝试以下操作方法对远程桌面进行
2016-02-18 10:01:16
3618
转载 The backup set holds a backup of a database other than the existing ‘dbName’ database
[Solved] System.Data.SqlClient.SqlError: The backup set holds a backup of a database other than the existing ‘dbName’ databasehttp://blog.youkuaiyun.com/j2eevic/article/details/7408432--返回由备份集
2015-10-22 10:26:26
486
原创 Vin2008 X64安装.Net Framework1.1
http://www.iis.net/learn/install/installing-iis-7/how-to-install-aspnet-11-with-iis-on-vista-and-windows-20081.安装IIS6 management tools2.下载安装http://www.microsoft.com/en-us/download/conf
2015-09-10 14:15:28
807
原创 Cashe的使用
1.CacheHelperpublic class CacheHelper { public static ObjectCache Cache { get { return MemoryCache.Default; } }
2015-08-11 16:15:11
579
原创 页面打开excel
1. File => Stream / MemoryStreamFileStream stream = new FileStream(path, FileMode.Open, FileAccess.Read, FileShare.None); try { MemoryStream
2015-08-11 15:58:52
367
转载 分享在MVC3.0中使用jQuery DataTable 插件
http://www.cnblogs.com/ryanding/archive/2011/02/18/1957318.html官方网站http://datatables.net/
2015-08-09 16:44:42
577
转载 TIBCO JMS Message Selectors: How to Filter EMS Messages in TIBCO
http://tutorialspedia.com/tibco-jms-message-selectors-how-to-filter-ems-messages-in-tibco/
2015-08-04 10:36:27
581
转载 The database principal owns a schema in the database, and cannot be dropped. (.Net SqlClient Data Pr
解决microsoft sql server error:15138的方法 http://blog.youkuaiyun.com/gray13/article/details/4458523
2015-08-03 10:11:58
704
转载 jQuery的ajax()方法提交数组问题
http://blog.youkuaiyun.com/thc1987/article/details/7278269解决办法是添加一个属性traditional:true$.ajax({ type: "POST", url: url, traditional:true, data:{ gender:[0,1] }, dat
2015-08-01 17:47:10
576
转载 Bootstap学习的实用网站
基本CSS样式http://v2.bootcss.com/base-css.html93 Twitter Bootstrap HTML Templateshttps://shapebootstrap.net/多选择下拉框http://www.jqueryscript.net/form/jQuery-Multiple-Select-Plugin-For
2015-07-31 23:37:10
529
转载 SQL Server查询性能
sql server常用语句总结http://ace105.blog.51cto.com/639741/792519SQL Server 性能调优(一)——从等待状态判断系统资源瓶颈 http://blog.youkuaiyun.com/dba_huangzj/article/details/7607844 -- 查看性能记数器
2015-07-31 16:37:32
520
原创 SQL Server遇到的错误和有用的tools
1.The target principal name is incorrect. Cannot generate SSPI context.检查IIS的profile,可能是密码错误2.The ORDER BY clause is invalid in views, inline functions, derived tables, and subqueries, unless T
2015-07-27 16:17:19
1573
转载 查看文件被哪个进程lock住
How do you know who or what is locking a remote file?http://serverfault.com/questions/1948/how-do-you-know-who-or-what-is-locking-a-remote-filestaticvoid Main(string[] args){
2015-07-27 14:09:07
1050
原创 MVC的一些有用代码
1.将patial view转成字符串string str = RenderPartialViewToString("_ViewName", bz); protected string RenderPartialViewToString(string viewName, object model) { if (string.IsNullOrEm
2015-07-26 21:14:24
417
转载 使用 ALinq 实现 Linq to MySQL【转】
http://www.cnblogs.com/huangcong/archive/2011/05/24/2055204.html
2015-07-23 22:10:05
1158
原创 Notepad++
UltraEdit没找到格式化html的功能,就想用notepad++,先是下载NppAStyle.dll,安装好后提示只能对C,C++,C#,Java代码起作用。然后下载了tidy2,UniversalIndentGUI,才可以使用安装也很简单,把dll拷进plugins的文件夹里面,然后重新启动就已经可以用了Plugin Manager也有许多插件可以在线安装,不过有时候安装会不成
2015-07-11 17:02:25
492
原创 安装YII
吸收了其它php网站的搭建经验,没想到安装yii的时候还是状况频出1.下载了个yii2 advance的版本,运行里面的init,报错说须启动openssl在php.ini里面uncommentextension=php_openssl.dll2.HTTP错误404.3,请添加MIME映射这个错误应该是添加了模板映射指向php-cgi.exe就可以了3.接下
2015-07-10 22:16:23
2615
转载 PHP框架
1.YIIhttp://www.yiiframework.com/download/https://github.com/yiisoft/yii2http://www.microsoft.com/web/webmatrix/
2015-07-10 10:12:22
368
原创 Dynamic Data linq to SQL Web Application
微软提供了一个数据驱动网站模板,可以自动生成CRUD页面,使用过程中碰到些问题1.首先是如何应用,只需要创建个context并且在Global.asax里面加入下面这一句就可以了DefaultModel.RegisterContext(typeof(ClassLibrary1.DataClasses1DataContext),newContextConfiguration()
2015-07-10 09:54:09
726
原创 安装Discuz
1.下载Discuz 版本文件http://download.comsenz.com/DiscuzX/3.2/Discuz_X3.2_SC_GBK.zip2.下载PHPhttp://windows.php.net/downloads/releases/php-5.6.9-Win32-VC11-x64.zip把里面文件的php.ini-development 更名为php.ini
2015-05-22 22:22:40
3841
原创 DbVisualizer用JDBC连接SQL Server
1.安装驱动,解压后得到jar文件Drivers 4.1 and 4.0 for SQL Servehttp://www.microsoft.com/en-us/download/confirmation.aspx?id=117742.DbVisualizer -> Tools -> Driver Manager , 新加一个driver,注意选择4或者4.1版本的jar然
2015-05-22 16:13:46
3239
WinMerge.7z
2020-11-29
dotnet tools abp & abphelper
2020-11-28
SimbaJDBCDriverforGoogleBigQuery.zip
2019-09-16
NotePad++(包含格式化HTML,JSON,Python , 文件管理器等等好用的插件)
2017-12-28
28. ab.exe 29.siege 动态请求
2017-12-28
27. c#利用IKVM调用jt400.jar 来连接AS400
2017-12-28
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人