原创 webservice中遇到的一些問題

一、傳輸數據量大時,webservice MaxReceivedMessageSize :已超過傳入消息(65536)的最大消息大小配額在 應用的配置文件中添加如下:     <system.serviceModel>        

原创 js的一些用法

一、獲取table裏的數據 $("#tb > tr:last-child, #tb > tr:last-child *") // "#tb > tr:last-child"爲最後一個tr // "#tb > tr:last

原创 文件的上傳與下載

一、文件上傳 1、前端  <div class="motherdiv"  style="margin:0px;width:100% !important;padding:0 ">                            

原创 webservice調用沒有按鈕

解決方案: <system.web> <webServices>   <protocols>   <add name="HttpGet" />   <add name="HttpPost" />   <add name="HttpPost

原创 ajax的使用

1、 js var postData = {}; postData["userPassword"] = $("#F_NewPassword").val(); postData["keyValue"] = UserId; $.submitF

原创 txt日誌功能

using System.IO;  //日誌函數 public static void Log(enStatus enStatus, string Text)         {             try             {

原创 jqGrid

1、jqGrid 如何控制分頁顯示以及數據條數 rowList: [15, 30, 60],});其中pager是用來顯示分頁導航欄,rowNum就是當前一頁顯示多少條數據,rowList顯示的是每頁顯示多條數據選擇列表。如果要去掉分

原创 js生成固定格式的時間

1、生成時間 function GetDateTime() { var date = new Date(); this.year = date.getFullYear(); this.month = da

原创 react native Exception in thread "main" java.util.zip.ZipException: error in opening zip file

1.問題 D:\rnworkspace\Hello>react-native run-android JS server already running.Building and installing the app on the d

原创 tg

MVC    Page:338響應式web   Page:200http://blog.csdn.net/sven_xu/article/details/46324057  angularjssql  存儲過程(1)、 函數(1)、事物與

原创 Razor基礎

http://www.cnblogs.com/dengxinglin/p/3352078.html

原创 WebForm使用ajax

前端:            function Un_Enable(code)             {                    $.ajax({                     type: 'get',    

原创 文字動畫

文字動畫:http://www.17sucai.com/pins/tag/5466.html

原创 F7

//處理 document.addEventListener('plusready', function() {     var webview = plus.webview.currentWebview();     plus.key.

原创 sql 沒有足夠的內存執行程序

使用sqlcmd導入執行第一步:win+r鍵入:cmd命令,開啓命令行工具第二步:鍵入      sqlcmd -S SERVERNAME -U USERNAME -P PASSWORD -i filename.sql參數命名:-S 服務