由买买提看人间百态

topics

全部话题 - 话题: subfolder
首页 上页 1 2 (共2页)
O*****c
发帖数: 171
1
来自主题: BuildingWeb版 - Plesk help
dang customer wanted a new website nested in an subfolder of another
existing website. This caused the server extension configuration not being
able to get through. I copied the site folders to the root and try to see if
it will work anyway. Long story short, created and deleted the website a
couple of times, created it at plesk for only one time. Now I want to clean
it up. It's easily removed at IIS, now at the damned plesk, it got problems,
just won't let me remove it. Anyone knows any alterna
K***n
发帖数: 131
2
来自主题: BuildingWeb版 - How to set subdomain folder in Apache
I have a domain name http://www.myDomain.com hosted by Apache Tomcat and the files are sitting in ..webapps\ROOT folder. My DNS is with yahoo
Now I want to add a subdomain, say http://subdomain.myDomain.com and prefer the subdomain folder is under webapps, NOT under ROOT for easy edit.
How do I set it up? i.e how can I associate the subdomain name with the
subdomain folder?. I can create CNAME http://subdomain.myDomain.com ih yahoo but cannot point to the subfolder in Apache.
Any solution, tha
o***s
发帖数: 31
3
来自主题: BuildingWeb版 - how to add polling in website?
Yes, as long as this php file can not be accessed directly via url. This
file should always be included by a master file, a better solution is to
have all url accessible files in "public" directory while putting all
includes in another folder, say "lib"(and lib is not subfolder of public),
for instance.
y****3
发帖数: 131
4
Again, thank you very much for everyone who kindly helped me in this. I am
already learning a lot as a db design newbie....
Yes, I totally agree with you.
2 is a very interesting point.Sql Server supports varchar(8000), and for
larger data you have to use varchar(max), which may not be in row.
I am thinking about adding a hash column so that I can do easy comparison
and also index.
1. is also very interesting. I am debating if I should add a table to
capture the sub-directory information like ge... 阅读全帖
M**********n
发帖数: 4964
5
不清楚你说的啥意思,反正我的folder structure有自己的folder names,folder的数
量也不同,subfolder names也会不同,。。。
c*o
发帖数: 70
6
来自主题: DotNet版 - authentication
I have a .net C# web application, in which there are 2 kinds of users,e.g.
teachers and students, who can login from different login pages. Hence, I need
2 web.config files to handle the login authentication. It seems to me that I
have to create 2 sub projects for each so that the web.config files can be put
in the subfolders respectively. Is there a way that ONE project can accomplish
this? Thanks!
l*s
发帖数: 783
7
Normally I just add a Tables folder and have Altered, New... subfolder in it.

table
b**********i
发帖数: 1059
8
谢大家,又折腾一番。
google了一下,在IMSM下有个prepare subfolder 下有个install.exe文件。run后可以
以ahci方式启动了。不过速度没感觉有提高,说不定还慢了。 hd tune result: Max
100.9 Min 4.9 AVE 72.1 Burst rate 89.5 ACCESS Time 16.5ms,中间没run其他程序。
这个ACCESS Time 是不是太低了,一般不都标12ms的吗? 进入xp后又什么办法知道硬
盘运行信息吗,比如是不是run在sata2
我的硬盘是 hitachi sata2 7200rpm 320G
HD20320 IDK/7K (0S00154)
w*l
发帖数: 754
9
windows 10的bug太多就是完全新装的系统(不是从Windows 7或Windows 8.1upgrade的
),比如打印,WiFi等,常常需从起机器才能打印或连网。同样的打印机,WiFi在
Windows 7时都没这些问题。最要命的bug是windows 10的文件系统,做copy时速度慢且
常崩溃或copy后的folder与原folder不是size不同就是文件数不同或subfolder数不同
。Windows 7刚出来时文件系统也有bug但很快就fix了,windows 10一年多了,到了
1607版这个致命的bug还在。文件系统是OS最重要的部分之一,如此大的bug一年多了还
在也是够奇葩的了。已不让新装的Windows 7做update了要不然真想downgrade回
Windows 7或Windows 8.1
F***Q
发帖数: 6599
10
来自主题: Hardware版 - 问个 windows 10 问题
install treesize free, expand the temp folder, find out the subfolder
containing the most temp files.
https://www.jam-software.com/treesize_free/
F***Q
发帖数: 6599
11
来自主题: Hardware版 - 有软件能合并两个硬盘吗?

it may sounds relevant, but this is not what a fusion drive is designed for.
fusion drive pairs an ssd with a mechanical drive and automatically uses the
ssd as cache to speed up reading/writing.
OP's issue was not an issue at all for all Unix-derived systems (Linux, Mac
OS etc), because 1) the Unix file system permits mounting points - you can
mount any drives/partitions to any part of the file system, 2) Unix system
supports links - you can link any sub-folders of a partition/drive to
another... 阅读全帖
j**z
发帖数: 109
12
来自主题: Java版 - Any Liferay Portal Expert?
Anyone familiar with Liferay Portal? It provides many neat features, however
the documentation really sucks.
I am trying to use its image library, however, facing two challenges now
1. like to associate a folder/subfolder to a category and tag. It seems I
can only do it at image file level.
2. like to add the approval workflow for the submission of image files. Out
of box workflow support Document Library, but not image library.
Thanks in advance!
c******a
发帖数: 159
13
要让老板拷我的一堆文件。我是owner。老板是网络group内的。默认文件拷过去权限都
是executable的,但事实上文件只是text file。所以每次双击打开都报错。我想改权
限为non-executable for group。我用chmod -R 766 foldername该后,老板没法访问
。若用chmod -R 755 foldername老板可以访问,但文件又是executable的了。
我该用什么命令解决问题呢?多谢大侠赐教。
u*********r
发帖数: 2735
14
man find
hint -type f
-type d
n******r
发帖数: 718
15
have you tried 666 instead of 766?
chmod -R 666 *
c******a
发帖数: 159
16
恩,试过。若用666,我就自己能不能打开文件了
m*****e
发帖数: 4193
17
find . ! -type d -exec chmod -x {} \;
J*******i
发帖数: 2162
18
644?一般的文件都设置成644的吧
b*****l
发帖数: 9499
19
ls -l 看一下 group 是谁。
而且,这个和是否 executable 无关吧。我刚用 nautilus 试验了一下,只要选择 dis
play 就可以。
q**j
发帖数: 10612
20
thanks. did it. it is added to a subfolder of places. this is the best we
can do, i guess.
s*****w
发帖数: 1527
21
so my folder contains: 1.cpp 2.cpp 3.cpp
also 2 folders: ubuntu, redhat. Each contains ubuntu.cpp, redhat.cpp.
If distribution is ubuntu, it should compile 1.cpp, 2.cpp, 3.cpp, ubuntu.cpp
i tried it like this,
SRCS_CPP =$(filter-out file_i_dont_like.cpp, $(wildcard *.cpp), $(DISTRO)/$(
wildcard *.cpp))
the behavior is strange.
cmd line is sth like: make -f myMakeFile DISTRO=ubuntu
sorry i cannot easily show you the error yet, our project is too messy. But
it seems trying to compile sth. doesn'... 阅读全帖
a9
发帖数: 21638
22
DISTRO=ubuntu make -f myMakeFile试试

cpp
$(
But
s*****w
发帖数: 1527
23
didn't work, :(
d****n
发帖数: 1637
24
BUILD GSL LIBRARIES FOR Visual studio
1. Launch Visual C++ Studio
2. Open project C:\downloads\gsl-1.8-src\src\gsl\1.8\gsl-1.8\VC8\libgsl.sln
3. Continue with convert, and do a build all
4.Verify that after build is complete, new dll files are generated in
subfolders in
C:\downloads\gsl-1.8-src\src\gsl\1.8\gsl-1.8\VC8\libgsl\Debug-DLL
and
C:\downloads\gsl-1.8-src\src\gsl\1.8\gsl-1.8\VC8\libgslcblas\Debug-DLL
....
more at:
http://www.quantcode.com/modules/smartfaq/faq.php?faqid=94
e****d
发帖数: 333
25
来自主题: Programming版 - linux, find command question
how to find all sub directories, where the target file lives, but no deepper
level?
for example, we have timestamp files for each directory, but we don't want
to find subfolder timestamp files any more. the files look like this
/usr/local/timestamp
/usr/local/bin/timestamp
/usr/local/lib/timestamp
/usr/name/timestamp
/media/v1/
/home/jk/
now we run a find command: find ???? timestamp
we get two files
/usr/local/timestamp
/usr/name/timestamp
all deeper level timestamps are not shown.
how to do th... 阅读全帖
e****d
发帖数: 333
26
来自主题: Programming版 - linux, find command question
this does not work. timestamp is a file, once we find such a file in a
folder, say folder A, all subfolders of this found folder will be skiped.
d****n
发帖数: 1637
27
做个 include.h.in
#include <${DISTRO}.cpp>
用 ./configuration 生成 include.h
configuration 要判断操作系统,并且插入正确的 ${DISTRO} 到include.h.in
在configuration.ac 里面
if os==ubuntu:
DISTRO=ubuntu/ubuntu.cpp
if os ==centos:
DISTRO = centos/centos.cpp
autoconfig 生成 configuration
Makefile 流程不变,改咋编译咋编译,
build: include.h a.cpp b.cpp c.cpp
GCC $<...
s*****w
发帖数: 1527
28
我还要build for windows, 这个行吗?
d****n
发帖数: 1637
29
cygwin or minGW make
e*e
发帖数: 10
30
来自主题: Security版 - 怎么给OUTLOOK的子FOLDER加密
Folder是exchange server 上的folder,
Seems there is only one file *.pst, how to encrypt the subfolder?
any suggestion is welcome.
Thanks in advance.
h******l
发帖数: 422
31
Property -> Security -> Advanced -> Edit
Deny: Delete
Deny: Delete Subfolders and Files
M******l
发帖数: 443
32
来自主题: Software版 - 《 WinZip 8.0的新功能 》(zhuan)
目前最好用的压缩管理工具WinZip推出了8.0版本,虽然还是测试版,但是已经非
常稳定,现在让我们看看这个优秀工具增加了什么新的功能。
1.就界面而言,程序没有任何变化,不过在菜单条中的菜单项中添加了全新的
图标,看起来很漂亮,而且提供了一种IE 5采用的按钮样式,平时按钮是灰色的,
当移动鼠标到按钮上时会显示彩色图标。此外,当压缩文档、扩展压缩包时程序会
给出一个有动画过程的对话框。
2.采用了更加符合Windows习惯的文档操作,比如:在压缩包文件列表项的鼠
标右键菜单中新增加了“Open”、“Print”命令,使用“Print”命令可以快速打
印压缩包中的指定文档;当在系统资源管理器中移动鼠标到压缩包图标上时,会显
示出该压缩包的相关信息。
3.在文件夹的压缩方面,程序提供了“Include subfolders”命令,这样可以
方便压缩文件夹中的子文件夹。如果是更新文件,程序也会扫描压缩文档中的子文
件夹,以查看其中是否有同名文件和需要更新的文件。   4.可以自动识别并安
装打包的屏幕保护程序和系统桌面方案“Desktop Theme”。
5.增强了WinZip Wizar
k*****y
发帖数: 221
33
来自主题: Windows版 - Re: WINDOWS XP求救!!!
First, if you want your English XP support Chinese, you'd better check the
folder "C:\i386". There should be a subfolder named "LANG", otherwise you
have to get it first before install Chinese language pack.
(Also, you should set " the language to match non-Unicode..." as Chinese)
About viewing chinese in IE, follow steps:
Regional and Language Opition -> Advanced
Remove Chinese,
restart,
add chinese.
Then should be ok le.
g****c
发帖数: 299
34
ppclean.exe file information
The process pest cleaning module belongs to the software PestPatrol by
Computer Associates (www.ca.com).
Description: ppclean.exe is located in a subfolder of "C:\Program Files".
Known file sizes on Windows XP are 410112 bytes (33% of all occurrence),
411136 bytes, 386048 bytes, 405504 bytes, 407552 bytes.
The program has a visible window. The process is loaded during the Windows
boot process (see Registry key: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\
CurrentVe
h**r
发帖数: 46
35
来自主题: Windows版 - how to copy window XP system disk files?
Thanks! It really works. I have another problem, I used outlook to manage my
calender and notes. I didn't have time to export these things since my
computer crashed suddenly. I don't know if I can recover the calender and
notes by copy some files into outlook subfolder in application data folder,
if so, which files? I also noticed I have some outlook archive files, not
sure if these files include both calender and notes, any one can answer that
?
h**r
发帖数: 46
36
来自主题: Windows版 - how to recover outlook contents?
I have another problem, I used outlook to manage my calender and notes. I
didn't have time to export these things because my computer crashed suddenly
. I don't know if I can recover the calender and notes by copy some files
into outlook subfolder that belongs to application data folder, if so, which
files? I also noticed I have some outlook archive files, not sure if these
files include both calender and notes, any one can answer that?
Thanks.
t****n
发帖数: 2601
37
vista和windows 7是不是不再让直接把文件存到C drive的root folder上。
我用administrator账号,我的的txt文件可以存到subfolder里,但是直接存到C上,都
有permission问题,除非我点击notepad,然后run as administrator
我在xp和windows server 2003上都没有这个问题。
印度客服跟我解释是微软新政策
c*******r
发帖数: 3289
38
可以删除指定folder里面所有包括subfolder的文件,但是不删除folder,遇到上锁的
文件自动跳过?
s********g
发帖数: 161
39
我用了RECUVA, 看起来,FILES 被 RECOVERED, 但是所有的FOLDER STRUCTURE 被 LOST
了,特别是一些需要LOGIC 联系的FOLDER / SUBFOLDER. 所有的FILES, 无论原来在
哪里,现在全都在一个FOLDER下。
请问有没有软件可以恢复FOLDERS, 需要买的也可以。
无论如何,起码我可以找到不少FILES,万分感谢!
n******7
发帖数: 12463
40
现在很多应用都会用上Molecular Index
一般这样的数据,用MI对原始fastq做了demultiplexing之后
用什么格式存储呢?
我看有的人用BAM格式,应该是利用BAM里面很灵活的tags来记录MI的信息
而且很多工具可以用来提取这个信息
但是我总觉得BAM格式overkill了,毕竟这里面没有任何alignment信息
我也听说有人直接根据MI把fastq分了,存在很多subfolder里面
结果就有问题了
我琢磨直接用fastq的ID line存这个信息
因为本质上还是fastq 格式
就是这样记录MI的方式就比较随意了
不是通用标准
o****o
发帖数: 8077
41
来自主题: Statistics版 - 好心的人--求sas setinit file!
if u r in School, you can copy that file out from the subfolder where SAS
installed
for example, SAS 9.1.x has the following folder containing the setinit file:
C:\Program Files\SAS\SAS 9.1\core\sasinst
or ask your friends in college to copy that for u
cheers
c***z
发帖数: 6348
42
来自主题: Statistics版 - 问一个R的问题
能详解一下么
我倒是找到了一个法子
首先列出目录下的文件和子目录,文件直接下载,子目录调用本函数(递归)
但是下载下来的文件大小不对,大侠能帮忙看看么
library("RCurl")
# ==========================================================================
====
# Function that downloads files from URL
# ==========================================================================
====
fdownload <- function(sourcelink) {
# sourcelink <- ftp.root # test, root level
# sourcelink <- dirs[1] # test, second level
targetlink <- paste(dropbox.root, substr(sourcelink, nchar(ftp.root)+... 阅读全帖
首页 上页 1 2 (共2页)