網址記錄--學以跬步

1.利用WPF建立自己的3d gis軟件(非axhost方式)(十一)SDK中的動畫系統
https://blog.csdn.net/xtgmd168/article/details/85344587
2.數據庫優化 - SQL優化
https://blog.csdn.net/jianzhang11/article/details/102867120
3.WPF自定義控件步驟
https://blog.csdn.net/dxm809/article/details/79735895
4.C#在線預覽文檔(word ,pdf ,excel等)
https://www.csdn.net/gather_27/MtjaEg0sNC1ibG9n.html
5. 微信小程序案例最全整理
https://www.jianshu.com/p/4a6cac171de0
6. DES加密解密工具及代碼
https://www.cnblogs.com/erwin/archive/2009/04/14/1435288.html
7.在線考試開源系統
https://www.zhihu.com/question/20594135
8.SQL2012高速下載鏈接
https://qsh5.cn/327.html
9.VS2013,asp.net網站轉換爲web應用程序
在主菜單中的“項目–>轉換爲WEB應用程序”

10.正常連接Microsoft SQL Server數據庫:

<connectionStrings>
    <add name="DefaultConnection" connectionString="Data Source=localhost;Initial Catalog=DigitalFactory;User ID=sa;Password=123;" providerName="System.Data.SqlClient"/>
</connectionStrings>

直接調用.mdf文件:

<connectionStrings>
     <add name="DefaultConnection" connectionString="Data Source=(LocalDB)\MSSQLLocalDB;AttachDbFilename=|DataDirectory|\DB\DigitalFactory20190419.mdf;Integrated Security=True;Connect Timeout=30" providerName="System.Data.SqlClient"/>
</connectionStrings>
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章