Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
A

alexyxj

@alexyxj
About
Posts
53
Topics
27
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • question about enterprise-level update from windows xp to windows 7
    A alexyxj

    I see, thanks very much Albert, really appreciate your input... Andre

    System Admin question announcement

  • question about enterprise-level update from windows xp to windows 7
    A alexyxj

    thanks 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

    System Admin question announcement

  • question about enterprise-level update from windows xp to windows 7
    A alexyxj

    BTW, about 500 desktop....thanks..

    System Admin question announcement

  • question about enterprise-level update from windows xp to windows 7
    A alexyxj

    Dear, 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

    System Admin question announcement

  • a question about how .NET apps dealing with filesystem failing
    A alexyxj

    Thanks Richard/Pete/jschell, you guys provided very helpful knowledge, appreciate!

    .NET (Core and Framework) help question csharp

  • a question about how .NET apps dealing with filesystem failing
    A alexyxj

    for 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?

    .NET (Core and Framework) help question csharp

  • a question about how .NET apps dealing with filesystem failing
    A alexyxj

    can 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.....

    .NET (Core and Framework) help question csharp

  • about Oracle & SQLPLUS
    A alexyxj

    thanks so much Guys...^_^

    Database oracle question

  • about Oracle & SQLPLUS
    A alexyxj

    Hi 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

    Database oracle question

  • one more question about the deploying apps in Linux server
    A alexyxj

    thanks.

    Linux, Apache, MySQL, PHP question sysadmin linux help

  • one more question about the deploying apps in Linux server
    A alexyxj

    Hi 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.?)

    Linux, Apache, MySQL, PHP question sysadmin linux help

  • help for deploying a PHP web application in a Linux server
    A alexyxj

    is 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.

    Linux, Apache, MySQL, PHP php sysadmin linux help question

  • help for deploying a PHP web application in a Linux server
    A alexyxj

    I 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..

    Linux, Apache, MySQL, PHP php sysadmin linux help question

  • help for deploying a PHP web application in a Linux server
    A alexyxj

    Hi 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

    Linux, Apache, MySQL, PHP php sysadmin linux help question

  • how to input data from a table in MySQL into a table in Oracle?
    A alexyxj

    Hi Friend, Both tables have the same structure, which tool or method can I use to complete this task? Thanks

    MySQL mysql oracle tutorial question

  • Use PEAR's datagrid export to an excel sheet, but getting all unrecognized characters [modified]
    A alexyxj

    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... ---------------- ÐÏࡱá;þÿ   þÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ OS Port NumberNetmaskComment086.231.026.000 VCPC2S14@Ÿ@  <html> arElements[0]=new Array(9); .....

    modified on Thursday, March 11, 2010 5:54 PM

    Linux, Apache, MySQL, PHP html data-structures help question

  • please help to solve a display difference between Firefox and IE
    A alexyxj

    thanks 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...

    Web Development help question discussion

  • please help to solve a display difference between Firefox and IE
    A alexyxj

    Hi 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!

    Web Development help question discussion

  • PL-SQL question, how to re-assign a value according to existing values
    A alexyxj

    THX.

    Database question database help tutorial

  • PL-SQL question, how to re-assign a value according to existing values
    A alexyxj

    Hi 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... ^_^

    Database question database help tutorial
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups