Posts by Oliver • 87 points
4 posts
-
0
votes2
answers1165
viewsQ: Script to check if directory is empty
I’m knocking my head to create this script. I need a script, can be in bash or php even, check if a directory has some file inside, that is not another directory. This directory that I have to scan…
-
4
votes4
answers2220
viewsQ: How to select "1" or "2" depending on the column value, in PL/SQL?
I have a column in my TIPOCLIENTE table. It shows CPF for Individuals and CNPJ for Legal Entities. I wish at the time of SELECT come "1" to CPF and "2" to CNPJ. How can I do this?…
-
1
votes1
answer139
views -
2
votes2
answers1137
viewsQ: Configuring Virtual Hosts in Apache
I’m trying to create a virtualhost here in the company, but it doesn’t work. The funny thing is that I created in the same way as other virtualhosts that are working normally. Below is an example:…