logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

You cannot run the non-logged version of bulk copy in this database. Please check with the DBO. 问题的解决方法

sybase@CHQ_WEB:/sybase/OCS-12_5/bin> dbrestore*** 0+1/1 bcpout chuanpiao ***Server Message: CHQ_WEB - Msg 4806, Level 16, State 1:You cannot run the non-logged version of bulk copy in this database. P

#database
linux下重启网络服务

在更改ip后,如果没有重启服务,实际上是不发生变化的(我以前的方法是重启电脑,够笨的)DOIT社区/u0003A g%X/u001Ef7E%T/u0016|,w7_重启网络服务的命令是service network restart1J/u0004Q/u001FT e(m/u0007`(a0或者/etc/init.d/network restart8//u0008L/u0018_:g;T/u0010

#网络#linux
打开idea后不显示界面

进入IntelliJ IDEA打开项目所在文件夹根目录,进入.idea文件夹后找到并打开workspace.xml文件,将name="ProjectFrameBounds"标签中的X值修改为0,重启IntelliJ IDEA即可。

ASRT_SpeechRecognition 本地环境搭建

请记住标红的永远是最重要的,就够了,这两个版本不对类似也白搭, python版本是3.6conda env listconda create -n voiceconda activate voiceconda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/freeconda config --add

Mysql 逗号‘,’拼接的字符串怎么查询包含的匹配数据

FIND_IN_SET(str,strlist) :str 要查询的字符串,strlist需查询的字段,参数以”,”分隔,形式如 (1,2,6,8,10,22);首先 like 是不行的, 除非你能保证 你的 逗号拼接这里面的数据不包含 重复的值, 比如1 和 11 , 如果用like去找1, 是直接把 1和 11的数据都找出来。多个值: REGEXP '(^|,)(第一个值|第二个值)(,|$)

文章图片
#mysql#数据库
java中判断Object对象类型

Object param = params.get(i);   if (param instanceof Integer) {    int value = ((Integer) param).intValue();    prepStatement.setInt(i + 1, value);   } else if (param instanceof String) {    String s

#java
vue drag and drop

1.设置 div 元素允许拖拽draggable="true"2.设置元素拖拽开始事件@dragstart="drag(item.data)"<div style="border:1px solid green;" draggable="true" @dragstart="dragstart($event, item.data)" @dragend="dragend">{{item.d

webstorm 设置总结

1. 点击菜单中的Help -> change memory settings 弹出设置内存窗口,修改最大内存大小。然后点击Save and Restart 即可。修改配置文件中的-Xms 和 -Xmx 即可。设置-》工具-》保存时操作-》运行 eslint --fix、重新设置代码格式、 优化 import 其他不动。设置-》编辑器-》代码样式 强制换行符 980 参考线980取消检测和 启用;

文章图片
#webstorm#前端#ide
linux 安装字体

fc-cache -fv (如果提示 fc-cache: command not found,则需要安装# yum install fontconfig )复制字体库到创建好的字体库目录/usr/share/fonts/。3,进入字体库目录,刷新系统即刻生效,输入命令:mkfontscale;1.到windows环境下将所需字体拷贝到linux下。Linux字体文件放在/usr/share/fon

文章图片
#linux#运维#服务器
jfreechart 设置线条颜色的方法

sun官方论坛的代码:  import java.awt.*;import org.jfree.chart.*;import org.jfree.chart.plot.*;         ...        //to modify the color of the lines :          Plot plot = jfreechart.getPlot()

    共 56 条
  • 1
  • 2
  • 3
  • 6
  • 请选择