摘要:
Codedeclare pag number; len number; c varchar2(10); charpp number := 8132/2;begin for r in (select rowid rid,log_id, dbms_lob.getlength (CONTENT) len from temp_data_collect... 阅读全文
摘要:
1.强大的渐进式搜索 操作步骤: 1.按Ctrl+I键; 2.输入你要搜索的文本。注意:这时你会看到光标跳至第一个匹配的位置,并高亮显示搜索的文本。 3.再次按下Ctrl+I键,光标将跳至下一个匹配的文本; 4.按Ctrl+Shift+I可向后搜索; 5.按ESC键停止搜索; 2.使用快捷键来注释和取消注释 操作步骤: 1、注释... 阅读全文
摘要:
Codeclass DES { /// <summary> /// Call this function to remove the key from memory after use for security /// </summary> /// <param name="Destination"></param> //... 阅读全文
摘要:
using System;using System.Collections.Generic;using System.Collections.Specialized;using System.IO;using System.Net;using System.Text;using System.Web;namespace HttpServerDemo{ public class Http... 阅读全文
摘要:
Tomcat运行Java Web内存溢出总结 阅读全文
摘要:
MSQL Illegal mix of collations (gbk_chinese_ci,IMPLICIT) and (utf8_general_ci,SYSCONST) for operation 'UNION' 错误解决办法 阅读全文