User Profile

Collapse

Profile Sidebar

Collapse
lawbaal
lawbaal
Last Activity: Jan 27 '11, 08:51 AM
Joined: Dec 23 '10
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • How to successfully remote shutdown multiple computers A, B, C?

    Here I got 3 computers A,B and C, they are all with windows xp pro running.

    Above all: I've open the remote force shutdown permission for guest account in all of these three computer. But....

    1.I tried to remote shutdown B from A by using command:
    Code:
    shutdown -s -m \\ip -t 0 -f
    The result is "Access is denied". Then I thought there maybe exist some problems in the computer of B or A.
    ...
    See more | Go to post

  • Keep getting MemoryError while calling copy.deepcopy()

    As the title tells, the detail is: There is a dictionary to be deepcopied. it has 100 key-value pairs. every value is a list of 200000 float numbers. I'm perform deepcopy to everyone of the value like below:
    Code:
     curr_di_in_a = {}
     for key,v in to_be_copy.items():
         curr_di_in_a[key] = copy.deepcopy(v)
    This process will be in a loop of 3 times. And an MemoryError occurs after 2 times looped.
    It seems...
    See more | Go to post
No activity results to display
Show More
Working...