zoukankan      html  css  js  c++  java
  • 记录待用

    /***********************vscore****************/

    https://www.cnblogs.com/wolf-sun/p/5938806.html

    /*******exists存在not exists不存在****/

    delete work_task m
    --select * from work_task m
    where not exists(
    select * from rep_budget_adjust h where exists(select temp.usercode from web_admin temp where temp.usercode=h.usercode) and m.recordid=h.orderno
    ) and tablename in (604);

    /******跨域单点登录浏览器问题****/

    HttpContext.Current.Response.AddHeader("Access-Control-Allow-Origin", "*");

    HttpContext.Current.Response.AddHeader("Access-Control-Allow-Methods", "POST, GET, OPTIONS");

    HttpContext.Current.Response.AddHeader("P3P", "CP=\"NON DSP COR CURa ADMa DEVa TAIa PSAa PSDa IVAa IVDa CONa HISa TELa OTPa OUR UNRa IND UNI COM

    安装/卸载服务

    ①点击开始菜单,在“搜索程序和文件”中输入“cmd”,右键“cmd.exe”选择以管理员身份运行
    ②输入“cd C:\Windows\Microsoft.NET\Framework\v4.0.30319"

    然后输入:“InstallUtil.exe D:\OA\KaoQin\AccessSolution\发布\AccessKaoQinService.exe”
    后面的部分是安装文件的路径及文件名;
    卸载时输入“C:\Windows\Microsoft.NET\Framework\v4.0.30319\InstallUtil.exe /u D:\OA\KaoQin\AccessSolution\发布\AccessKaoQinService.exe”

    ORACLE使用EXPDP和IMPDP数据泵进行导出导入的方法

    附上链接地址:http://blog.csdn.net/haiross/article/details/27580199/

    /*****************************jQuery插件链接***********************************/

    http://www.jqhtml.com/category/article/plugs/page/4

  • 相关阅读:
    Python
    Python
    Python
    Python
    Python
    Python
    Scala核心编程_第01章_Scala概述
    与富婆讨论性,死亡与生活的意义
    python邮件发送给多人时,只有第一个人能收到的问题
    少年维特的烦恼
  • 原文地址:https://www.cnblogs.com/tuifei/p/7252168.html
Copyright © 2011-2022 走看看