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

  • 相关阅读:
    UITabBarController资料
    lintcode157 判断字符串是否没有重复字符
    设置TabBarItem选中时的图片及文字颜色
    扩展UIColor类
    设置UINavigationController相同标题
    iOS打开手机QQ与指定用户聊天界面
    UIWindow
    Google Test资料
    Xcode集成Google Test
    文章索引
  • 原文地址:https://www.cnblogs.com/tuifei/p/7252168.html
Copyright © 2011-2022 走看看