V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX  ›  iwishing  ›  全部回复第 8 页 / 共 9 页
回复总数  175
1  2  3  4  5  6  7  8  9  
2018-04-05 15:27:42 +08:00
回复了 higoge 创建的主题 微软 edge 浏览器无法访问虚拟机 tomcat,但是其他浏览器可以
换个端口看看?
2018-03-29 09:27:36 +08:00
回复了 9nix00 创建的主题 程序员 个人技术公众号开始试运行,求订阅、求扩散
关注 ing
2018-02-15 23:16:17 +08:00
回复了 isCyan 创建的主题 支付宝 大家集五福拿了多少钱?
2.08
2017-12-31 10:29:10 +08:00
回复了 piaochen0 创建的主题 Linux tar 命令找不到文件的错误
第二个命令在 17.10 可行

我猜,权限问题?
2017-12-20 17:52:13 +08:00
回复了 uuus007 创建的主题 问与答 我觉得我们每个人都应该注意培养一个工作之外的收入来源
996 每天累成狗,哪有时间搞副业,除非上班搞
2017-11-13 17:57:05 +08:00
回复了 warcraft1236 创建的主题 Linux 关于.service 文件的编写
ExecStart=/root/apache-tomcat-9.0.1/bin/startup.sh

#!/bin/sh

# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

# -----------------------------------------------------------------------------
# Start Script for the CATALINA Server
# -----------------------------------------------------------------------------

# Better OS/400 detection: see Bugzilla 31132
os400=false
case "`uname`" in
OS400*) os400=true;;
esac

# resolve links - $0 may be a softlink
PRG="$0"

while [ -h "$PRG" ] ; do
ls=`ls -ld "$PRG"`
link=`expr "$ls" : '.*-> \(.*\)$'`
if expr "$link" : '/.*' > /dev/null; then
PRG="$link"
else
PRG=`dirname "$PRG"`/"$link"
fi
done

PRGDIR=`dirname "$PRG"`
EXECUTABLE=catalina.sh

# Check that target executable exists
if $os400; then
# -x will Only work on the os400 if the files are:
# 1. owned by the user
# 2. owned by the PRIMARY group of the user
# this will not work if the user belongs in secondary groups
eval
else
if [ ! -x "$PRGDIR"/"$EXECUTABLE" ]; then
echo "Cannot find $PRGDIR/$EXECUTABLE"
echo "The file is absent or does not have execute permission"
echo "This file is needed to run this program"
exit 1
fi
fi

exec "$PRGDIR"/"$EXECUTABLE" start "$@"
2017-10-29 18:24:51 +08:00
回复了 wb14123 创建的主题 分享创造 用深度学习做了一个自动对对联的系统
天竟然不对地,对的是人
2017-10-16 00:10:12 +08:00
回复了 woshichuanqilz 创建的主题 Python selenium 调用 ie 无效是为什么什么反应都没有?
可以把 IEDriverServer.exe 放在 c:\windows\system32 目录下,这样就不用改 Path 了
2017-10-16 00:06:50 +08:00
回复了 woshichuanqilz 创建的主题 Python selenium 调用 ie 无效是为什么什么反应都没有?
有报错吗?弹出了驱动程序的那个黑框吗?
2017-10-12 11:18:26 +08:00
回复了 2ME 创建的主题 程序员 复现了神奇的问题
强制自动更新,然后重启了呗,chrome 应该会显示非正常关闭吧?
2017-10-10 13:26:59 +08:00
回复了 liuhaotian 创建的主题 V2EX 最近 V2EX 常出现 Access Denied 页面(第一次打开)
多频繁的登陆会导致封 IP 啊?
2017-09-26 22:24:04 +08:00
回复了 Archie1994 创建的主题 奇思妙想 想做一个网站, roleplay Corner
名字需要抢注么?
2017-09-22 12:40:08 +08:00
回复了 jin7 创建的主题 MySQL 实验测试了一下 mysql 的 varchar 的最大有效长度.
http://img.vim-cn.com/40/aefbf9e17f48daf8a6c758a1202f4de5a67342.png

which is shared among all columns, 所有列都共享这个长度
2017-09-21 17:16:27 +08:00
回复了 jin7 创建的主题 MySQL 实验测试了一下 mysql 的 varchar 的最大有效长度.
16383-16128=255
你试试看只有一个 colume,能有多长?
2017-07-20 12:29:48 +08:00
回复了 akmonde 创建的主题 Python celery 处理结果的入库问题
celery 不是往 broker 发消息的吗?写个代理把 broker 里面的结果存到 MySQL 就好了吧
2017-05-20 13:19:35 +08:00
回复了 Andor_Chen 创建的主题 Python 送几本《流畅的 Python 》
组成分母
1  2  3  4  5  6  7  8  9  
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   893 人在线   最高记录 6543   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 36ms · UTC 22:17 · PVG 06:17 · LAX 15:17 · JFK 18:17
Developed with CodeLauncher
♥ Do have faith in what you're doing.