原创 sql中如何提取從數據庫中所獲得時間的年份

SQL從時間字段值中獲取年份使用DATENAME()函數。 DATENAME()函數語法:DATENAME(param,date) date是時間字段名 或一個時間值 param是指定要返回日期部分的參數,包括下面幾種: 獲取年份就可以

原创 SQL datetime類型轉換varchar類型

Select CONVERT(varchar(100), GETDATE(), 0)--05 16 2006 10:57AM Select CONVERT(varchar(100), GETDATE(), 1)--05/16/06 Se

原创 PB中打開url鏈接

PB中打開url鏈接 公司項目中,第三方發來個說明,說是要通過打開url連接地址的方式,將參數傳給對方的平臺,參數的封裝採用Json格式, 百度了一通,看了網友們的方法,發現pb中有個inet控件可以實現功能,我開始想,應該是將參數傳給對

原创 如何在報告中顯示在數據庫中存儲爲Base64字符串的圖像

我有一個帶有XRPictureBox組件的XtraReport。一個objectDataSource被饋送到包含數據的報表中。其中一個objectDataSource項名爲“ Signature”,其值是從Canvas組件派生的……它是數

原创 Symantec Endpoint Protection v14.2企業版介紹

Symantec Endpoint Protection又稱賽門鐵克殺毒軟件,這是一款企業級別的安全輔助工具,軟件提供了防病毒、反間諜軟件、防火牆入侵防禦、設備和應用程序控制等多種功能,軟件基於先進的技術,可以有效地保護個人電腦的安全,支

原创 Use Expressions and Shape Data (Expression Bindings)

Use Expressions Nov 26, 2019 2 min to read Use expressions to retrieve and format data, create calculated fields and ca

原创 Calculate a Summary

Calculate a Summary Aug 07, 2019 2 min to read This document shows how to use a report control's Expression property to

原创 XRLabel.Multiline 屬性 換行

XRLabel.Multiline Property Gets or sets whether carriage return (CRLF) characters split the label's text into multiple

原创 XRLabel Class

XRLabel Class A Label control. Namespace: DevExpress.XtraReports.UI Assembly: DevExpress.XtraReports.v19.2.dll #Declara

原创 asp.net 問題,一個button實現文件的下載

網絡上找的,都有點複雜。。。。。。。  //下載功能 public void DownLoad(string pathName) { string FilePath = Server.MapPath(pathName); if (Sys

原创 asp.net獲取網站路徑

網站在服務器磁盤上的物理路徑:HttpRunti me. AppDomai nAppPath 虛擬程序路徑:HttpRuntime.AppDomainAppVirtualPath 任何於 Request/HttpContext. Curr

原创 c# winfrom 窗口控件初始化

// // label1 // this.label1.BackColor = System.Drawing.Color.Transpa

原创 windows命令行查看端口占用及終結進程佔用

例如端口號爲3389: netstat -ano|findstr 3389 查詢到佔用該端口的PID爲2378 tasklist|findstr 2378 即可查到程序名 1.在dos下,輸入netstat -ano|findstr "8

原创 CachedReportSourceWeb Class

https://docs.devexpress.com/XtraReports/DevExpress.XtraReports.Web.CachedReportSourceWeb An object that acts as a media

原创 Multi-Value Report Parameters

轉自:https://docs.devexpress.com/XtraReports/9998/detailed-guide-to-devexpress-reporting/shape-report-data/use-report-par