原创 釘釘機器人發送消息-selenium截圖

1.   後臺數據通過vue生成,形成report.html頁面 2.   python,selenium截圖並裁減圖片 3.   上傳阿里雲OSS,返回URL 4.   釘釘post機器人消息,消息中嵌入圖片url # -*- cod

原创 How to write the fast code/ high performance in C#

Performance Techniques for C# 4.0 Anthony Moore Contents Contents.1 Overview..1 Patterns by Construct.1 Cheat Sheet.1

原创 ASP.NET 2.0 DataGrid Custom Paging[by Ted Heng]

ASP.NET 2.0 DataGrid Custom Paging Author: Ted Heng, Senior Consultant, Premier Partner ISV, US Enterprise Services, Mi

原创 如何樹形展示多層級數據(或者叫樹形展示)(一)

  我們在工作中總會遇到各種各樣的問題,有些可能是重複的工作,有些可能在你看來是很扯蛋的,但是,還是要去實現,因爲BOSS就在那,業績也在那等着你。     前段時間,開完會之後又接到一些新的需求,其實之一就是要在一個頁面展示所有數據,這

原创 如何樹形展示多層級數據(或者叫樹形展示)(二)

在 如何樹形展示多層級數據(或者叫樹形展示)(一) 中已經提到Ele tree以及D3實現,這裏是echarts tree如何的實現 3. echarts展示,同樣先安裝,然後引用,    用來展示的數據: const flareJso

原创 web developer can feel like kids in a Candy Store

http://vishaljoshi.blogspot.com/2011/01/web-developers-can-feel-like-kids-in.html   Q39. Is there anything for JavaScri

原创 在analyze window中撤銷已執行的sql query

 when I updated the property with the same window, I am schokced cuz this affected my daily work and webserver, others

原创 Change IIS Application Pool Identity Type

@echo off if "%1" == "" goto :ALertif "%1" == "/?" goto :ALert @set ProcessModelIndentyType=%~1echo ProcessModelIndenty

原创 ASP.NET 數據庫中插入圖片和讀取圖片

前提: 1. 安裝有數據庫,對對數據庫有讀寫權限     本文分兩部分: 1. 插入圖片到數據庫中 2. 從數據庫中讀取圖片   一、插入圖片到數據庫中         1.   首先,設置<form>的屬性enctype="multip

原创 Batch-Copy file:當文件存在的時候覆蓋

echo offset src=\\dudu\new\IISStress.wscsetdest=%SystemRoot%\System32\WebTest\Stress\IISStress.wsc echo %dest% :CHeckIF

原创 How to convert .mdf to .sdf

http://www.codeproject.com/KB/database/SqlCompactCoptUtility.aspx   點贊 收藏 分享 文章舉報 kielin

原创 Install SSE

  //[path]/SSE/SQLEXPR32_x86_ENU.exe /QUIETSIMPLE /ACTION=Install /FEATURES=SQL,SQLEngine,TOOLS /INSTANCENAME=SQLEXPRES

原创 JScript tips

Using JScript Objects to Implement Shared Constants The question has come up in the past: how can you define constants

原创 Enable NETFX3.5 on Win8

Background: by default, .NET Framework 3.5 is disabled on Win8.   so if you want  to enable it, just run the following

原创 C# tips

1. .NET 3.0 introduces a new concept of Auto-implemented properties. In short you can do things like: public class MyCl