I see, thanks very much Albert, really appreciate your input... Andre
alexyxj
Posts
-
question about enterprise-level update from windows xp to windows 7 -
question about enterprise-level update from windows xp to windows 7thanks Albert, appreciate your reply... 500 are all corporate machines, but no guarantee that drivers are the same, as you said the difference will be an issue, namely I have to configure it to fix with different driver, right? More important part, is there any configuration i have to customize on my machines to meet windows 7 requirement? Tips/tricky parts for transferring files back? for update outlook? etc. also I was told that before updating, user has to backup their own data, is it the only way? automated updating without ruining files/data not gonna happen, right? Andre
-
question about enterprise-level update from windows xp to windows 7BTW, about 500 desktop....thanks..
-
question about enterprise-level update from windows xp to windows 7Dear, anyone migrated corporation desktop from windows xp to windows 7, could you recommend me some links/online material that I can refer? Many thanks! Alexy
-
a question about how .NET apps dealing with filesystem failingThanks Richard/Pete/jschell, you guys provided very helpful knowledge, appreciate!
-
a question about how .NET apps dealing with filesystem failingfor example, a designated folder got changed, not able to write into it, the system shall pop up error message, right? so I have to make specific error exception/message for this kind of case, otherwise the system just gave general error message, am I right?
-
a question about how .NET apps dealing with filesystem failingcan anyone help explain what might happen to a .NET application if file system crash? Simply put, should the apps pop up warning/error reminding that file system is carshed? How does your apps deal with file system crash? Please help answer, many thanks.....
-
about Oracle & SQLPLUSthanks so much Guys...^_^
-
about Oracle & SQLPLUSHi Friends, I installed Oracle 11g in my XP 64bit OS, now I try to run some scripts in SQLPLUS. How can I check the current default path under SQLPLUS? Namely, where should I store these scripts? From the installation summary, I know where the ORACLE_HOME and ORACLE_BASE are, do I have to set environment variables? Confusing....Hope someone can give me a suggestion. Thanks
-
one more question about the deploying apps in Linux serverthanks.
-
one more question about the deploying apps in Linux serverHi friends, I've moved the apps into the Linux server under a driectory (/home/webdev/apps), which file i need to look to find out the current URL i should use to make the application work in browse? Do I have to check any configure under /etc or something else? Please help, I am lost now..many thanks.. (to make the question simple, i have moved my application into a folder created under my username, i need to know the exact URL mapping to this folder, how can I achieve that info.?)
-
help for deploying a PHP web application in a Linux serveris there any way to check if the extensions have been installed? do you know normally whcih directory is for those package and extensions? Thanks.. I have below directories in my root: ApacheWWW boot etc home lib64 media mnt net oraoem root selinux sys tmp var bin dev export lib lost+found misc MySqlDB opt proc sbin srv tftpboot usr please advise.
-
help for deploying a PHP web application in a Linux serverI checked the php info page and found below information: include_path .:/usr/share/pear .:/usr/share/pear am I (or someone else) supposed to install package/extension into that directory?? I checked the directory :/usr/share and found there is no pear subdirectory. please help..thanks..
-
help for deploying a PHP web application in a Linux serverHi Guys, I need to deploy a PHP application in a Linux server, can anyone walk me through the basic steps? Many thanks. Situation: 1) I have a login and pwd(i tried sudo su -, but seems i don't have pwd for that). 2) I need to install PEAR and extensions for my application. 3) I need to configure my application to make it work. Currently I don't know where to start, can anyone show me a roadmap? Thanks
-
how to input data from a table in MySQL into a table in Oracle?Hi Friend, Both tables have the same structure, which tool or method can I use to complete this task? Thanks
-
Use PEAR's datagrid export to an excel sheet, but getting all unrecognized characters [modified]Hi Friends, I used PEAR library to facilitate the export to am excel sheet, but what i got in my Excel sheet are below unrecognized characters (also include some codes), it supposed to be a table of data for several columns (ex. OS, Port Number, Comment, etc.). does anyone have the same issue before? What might be the cause of it? Many thanks... ---------------- ÐÏࡱá;þÿ þÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ OSPort NumberNetmaskComment086.231.026.000 VCPC2S14@Ÿ@ <html> arElements[0]=new Array(9); .....
modified on Thursday, March 11, 2010 5:54 PM
-
please help to solve a display difference between Firefox and IEthanks Guys, I've solved the problem, it's about the container width, which is a little bit smaller than the total width of its table cell. Firefox ignores this but IE doesn't, break the second table cell into two lines. ^_^ anyway, thanks for your time...
-
please help to solve a display difference between Firefox and IEHi Friends, I have a page works in Firefox, but not in IE. IE automatically truncate a part of text in one line and display it in next line. Do you guys have any thoughts or suggestion for this kinda issue? please give me a direction or source to reference, many thanks!
-
PL-SQL question, how to re-assign a value according to existing valuesTHX.
-
PL-SQL question, how to re-assign a value according to existing valuesHi Friends, I have to create a view using a few tables. One table has a column having four values (A,B,C,D), I want the view have a column only have two values (say for A,B,C I want the value to be "INTERNAL", and for D the value is "EXTERNAL") How can I solve this problem? Do I have to use a procedure? can anyone post a sample for me? Many thanks... ^_^