honeycomb
Members-
Content Count
25 -
Joined
-
Last visited
Everything posted by honeycomb
-
ok, in your OS(unix/linux) system, change directory to \mysql\bin, in this directory, type mysqldump -u root -p root your_DB_name > back.sql , then press enter, root is your DB name and password, your_DB_name is the DB you want to backup, back.sql is the file name you want to backup to. now do you understand?
-
many years ago when I use perl and php, I prefer use cookies, but now, I use jsp and asp.net, it have session, so session used more than cookies. use cookie have a problem, if someone forbid using cookies, you can not get user infomation.
-
cookie is small piece of information stored in your computer. it named xxx.txt, you can find in "your work directry"/cookies/, some web site will write cookie to your harddisk when you visit a web site, so the site can remember you, your name or other things. cookies can only be read by website that write the cookie.
-
I have. and you?
-
Is The Software Process Important For Us? the cost, benefit of processes
honeycomb replied to bx93's topic in Programming
for small website, there don't need software process, for large website, I think it need, but RUD,XP or waterfall may not suitable, web site need its own website process, I have this idea form year 2000. new technology is emerging, the process may chenge, a process will not always right. what do you think? -
I have used popup ad block software, but I don't use it now. why?I study Business Management in part time, and my school have a website, inform us when take examination in a popup window, last time I missed a examination! as the software blocked the popup window.
-
hi bx93, I am work in a software company, I am interested to your research,if you give us advise, our company will get more efficient. do you have any good idea for software company? in my idea, software engineering process overlap "software process"
-
hi all, I found a good website than is a c# class generator, you simply type in the private methods and it will automatically generate: - private members - 2 constructors (empty and full) - all public properties very nice tool! http://forums.xisto.com/no_longer_exists/
-
You may add a "tell afriend " link to your site.The form would let visitors enter a friend's email address and a short note and your server would then send the friend an email with the note and a link to your site. do you aware of the risk, users who recieve these emails may report them as spam, your server may be list in blacklisted and blocked.
-
what type of CPU genetate few heat? I hate heat CPU. my laptop is Intel PIII 1G, is not good, always hot. can any one recommend a lower heat CPU?
-
Laptop Slowing Down? Heres one method that can work
honeycomb replied to currahee's topic in Hardware Workshop
my laptop has same problem , it become hot and slower and fun always work, , when it become hoter , laptop will shutdown, , that is a good/easy way to solve this problem, but I don't think it can promote 4x faster, I will try you way. -
be a 3D designer, what is your salary per month? I want do this job, want to know the wages of job.
-
I want to learn 3D design , but I don't know what software is good, 3Dmax or May,I like movie Matrix, it have 3D picture.
-
login to mysql, type command below:mysql db_name < back.sql
-
in mysql install directory:\mysql\bin>mysqldump -u root -p root your_DB_name > back.sql
-
do you think programmer is a good job? if you think it is good, then how long/many years you will be a programmer? hole life?
-
not a good search engin, speed is slow and result is few.
-
hi, why not include C# ? it is a new language
-
I prefer PHP, for window platform, I like aspX
-
read many artical and try many CMS, but still haven't find a best CMS, have you find it?phpWebSiteTiki XOOPSTYPO3FreeWPS[tm] XDBCMS Nucleus CMS Mambo
-
Editplus and dreamweaver is best
-
we know asp.net file extention is .aspx, do you know what is "x" meaning?