摘要:
A查看 1. 进入apktool 工具所在目录 使用 apktool 进行导出 class.dex 文件 。命令如下 1) apktool d 1.apk 2)apktool d -s -f 1.apk 2.执行 d2j-dex2jar.bat classes.dex 编译出 此问家 classes 阅读全文
摘要:
merge into test_table t1 using (select 'zhangsan' username,'/root/test' path, 'this is test' description from dual) t2 on (t1.path = t2.path) when mat 阅读全文
摘要:
像这样的 /* id 年段 班级 1 高一 1班 2 高一 2班 1 高二 1班 2 高二 2班 1 高三 1班 2 高三 2班 SELECT 年级, 班级, dense_rank() OVER ( partition BY 年级 ORDER BY 班级 ) AS 班级序号 table SELECT 阅读全文
摘要:
CREATE OR REPLACE FUNCTION Fun_getbirthDayfromIdntity (Idntity IN VARCHAR2) --定义入参/*根据身份证号获取出生日期*/RETURN DATE ISbirthday DATE;--定义返回值 bx_exception EXC 阅读全文
摘要:
public class SoapWebService { /// <summary> /// webService 地址 /// </summary> private string url = ""; public SoapWebService() { this.url =ReadPrivateP 阅读全文
摘要:
转载地址https://www.cnblogs.com/haofaner/p/6048017.htmlusing System; using System.Linq; using System.IO; using ICSharpCode.SharpZipLib.Zip; using ICSharpCode.SharpZipLib.Checksums; using System.Diagnosti... 阅读全文
摘要:
记得下次开发程序是一定要书写日志,这样可以避免很多错误,可以说清楚不是自己的问题。using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.IO; namespace CACPayLib { public class Log { ... 阅读全文
摘要:
using System; using System.Collections.Generic; using System.Text; using System.Windows.Forms; using System.Drawing; namespace ChineseCalender { public class myTextBox:TextBox { publ... 阅读全文
摘要:
IF EXISTS (SELECT 1 FROM sysobjects WHERE name='pd_invoice_save' AND type ='P') DROP PROC pd_invoice_save go CREATE PROC pd_invoice_save ( ... 阅读全文
摘要:
使用之前要注意判断配置文件是否存在,dll 内部不会提示各种错误。 阅读全文