tony的程式開發
(移至...)
首頁
▼
2019年6月24日 星期一
(SQL)抽獎系統
›
https://www.fooish.com/sql/select-into.html 隨機抽取 select top 5 * from [dbo].[Temp2] order by newid() SELECT table_column1, table_colu...
2019年6月20日 星期四
Web 網站程式碼發行
›
Web 網站程式碼發行
建立 . 開頭命名的的資料匣
›
1.先用cmd指令下md ".well-know" 2.iis建立新增虛擬目錄...路徑指向1.的位置 3.再將相關檔案copy到此資料匣
2019年6月14日 星期五
C# Winform開啟網址url
›
#region Winform開啟網址url private void BtnLogo_Click(object sender, EventArgs e) { OpenUrl("https://www.ap...
視窗縮小到工具列
›
C#.Net 視窗縮小到工具列 https://cyfangnotepad.blogspot.com/2012/06/cnet.html #region 使用 NotifyIcon 視窗縮小到工具列 private void...
2019年6月13日 星期四
iis導向錯誤頁面
›
http://vito-note.blogspot.com/2012/10/blog-post_60.html https://dotblogs.com.tw/joysdw12/2013/05/20/104561 https://blog.darkthread....
2019年6月12日 星期三
不同的 Controller 之間導向 View=>以下三種寫法
›
https://jeffprogrammer.wordpress.com/2016/05/18/asp-net-mvc-redirect-to-view/ using System; using System.Collections.Generic; using Sys...
‹
›
首頁
查看網路版