代码搜索:字符编码
找到约 10,000 项符合「字符编码」的源代码
代码结果 10,000
www.eeworm.com/read/381072/9112366
ec 判断字符模块.ec
www.eeworm.com/read/181854/9234046
txt 字符转成时间.txt
DateTime d1=Convert.ToDateTime("2003-01-01 18:20:01");
string s=d1.ToString("yyyy-MM-dd HH:mm:ss");
MessageBox.Show(s);
www.eeworm.com/read/376654/9310746
c 统计字符个数.c
#include "string.h"
main( )
{ int i, j, upp, low, dig, spa, oth;
char a[3][80];
upp=low=dig=spa=oth=0;
for(i=0;i
www.eeworm.com/read/376627/9311830
c 反出字符.c
/*由Andy自行修改为支持大小写转换*/
#include
main()
{
int i=0,n=0;
char ascs[]={"abcdefghijklmnopqrstuvwxyz"};
char ascb[]={"ABCDEFGHIJKLMNOPQRSTUVWXYZ"};
char a,b[20];
while ((a=get
www.eeworm.com/read/179313/9361259
exe 字符加密工具.exe
www.eeworm.com/read/374011/9423621
txt 字符集.txt
select * from V$NLS_PARAMETERS
解决办法:修改数据库字符集
SQL> connect sys/test123@szdb as sysdba;
Connected to an idle instance.
SQL> startup
ORACLE instance started.
Total System Global Area 2359993
www.eeworm.com/read/175042/9561736
doc 字符串.doc
www.eeworm.com/read/168927/9887871
frm 字节与字符.frm
VERSION 5.00
Object = "{648A5603-2C6E-101B-82B6-000000000014}#1.1#0"; "MSCOMM32.OCX"
Begin VB.Form Form1
Caption = "Form1"
ClientHeight = 4560
ClientLeft = 60
www.eeworm.com/read/168927/9887873
vbp 字节与字符.vbp
Type=Exe
Form=字节与字符.frm
Reference=*\G{00020430-0000-0000-C000-000000000046}#2.0#0#C:\WINDOWS\system32\stdole2.tlb#OLE Automation
Object={648A5603-2C6E-101B-82B6-000000000014}#1.1#0; MSCOMM32.OCX
I