發表文章

男士如何打好領帶

圖片
比較數種最常用的領帶打法 有更詳細的打法。

RDLC與RDL兩者之間差異

RDLC與RDL兩者之間差異 動態修改報表(RDLC)的資料來源 使用RDLC报表(1) -(4) RDLC (一) 簡介 將 RDLC 檔轉換為 RDL 檔   RDLC與RDL兩者之間差異 and RDLC的優缺點 底下分析參考來源 RDLC的優缺點 優點 缺點 有助於分工 系統開發人員根據商業邏輯自資料庫取出資料。 報表設計人員根據報表如何呈現設計。 權限控管彈性。 報表設計簡單。 相較於RDL,RDLC資料的篩選是交由原本的程式處理,學習曲線較短。 免費(本機模式)。 匯出檔案格式較少 ReportView   9.0=>Excel、PDF ReportView 10.0=>Exel、PDF、Word 報表檔儲存與管理由各系統個別處理。 無快取及訂閱功能。 設計階段無法預覽報表。 分析表寫得還不錯,保存下來以後分析報告可以使用。

Windows 7 64Bit Big5 亂碼問題

Windows 7 64Bit Big5 亂碼問題 使用 Regedit 將機碼修改成下方資料,再重開機就可以了。 原來的設定為  409  (表示United States - English), 要修改成   404  (Chinese_Taiwan) 針對使用者變更用下面這段 Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER\Control Panel\International] "Locale"="00000404" 針對預設使用者 (新使用者將自動套用) 變更用下面這段 Windows Registry Editor Version 5.00 [HKEY_USERS\.DEFAULT\Control Panel\International] "Locale"="00000404"

千呼萬喚始出來! Oracle官方版Entity Framework問市,邁入開發新時代

圖片
千呼萬喚始出來! Oracle官方版Entity Framework問市,邁入開發新時代 傳統上.NET開發者在寫Oracle應用程式時,習慣會用Toad、PL/SQL Developer等工具查看資料表、Procedure等資訊,並在其中執行語法測試確認結果後,在Visual Studio中透過ODP.NET或System.Data.OracleClient建立OracleConnection、執行OracleCommand完成資料庫存取作業。 11.2.0.3版除了支援EF,還內附 Oracle Developer Tools for Visual Studio (ODT),它也將改變傳統開發方式,透過與Visual Studio緊密結合,讓你可以直接在Visual Studio內完成許多資料庫相關工作,例如: 修改Schema、分析程式效能、測試及偵錯PL/SQL指令、管理User/Role/Privilege、將.NET類別轉成User-Defined Type、由Excel/SQL匯入資料表到Oracle... 等等。

如何打造符合個資法規的網站系統 — 以 ASP.NET 為例

如何打造符合個資法規的網站系統 — 以 ASP.NET 為例 內容很詳盡,但是還是看不懂需要花時間消化一下。

好用得掃描網段免費軟體

圖片
好用得掃描網段免費軟體 Pings computers and displays those alive. Detects hardware MAC-addresses, even across routers. Detects hidden shared folders and writable ones. Detects your internal and external IP addresses. Scans for listening TCP ports, some UDP and SNMP services. Retrieves currently logged-on users, configured user accounts, uptime, etc. You can mount and explore network resources. Can launch external third party applications. Exports results to HTML, XML, CSV and TXT Supports Wake-On-LAN, remote shutdown and sending network messages. Retrieves potentially any information via WMI. Retrieves information from remote registry, file system and service manager. It is absolutely free , requires no installation, and does not contain any adware/spyware/malware.

IIS 7.5 的開發、管理及擴充大全

IIS 7.5 的開發、管理及擴充大全   Microsoft Original 寫得很不錯還有中文教學影片!