Недавний контент bluescharp

  1. B

    How to capitalizes the first letter in each sentence

    How to capitalizes the first letter in each sentence NOT each word, but each sentence.
  2. B

    What's the different between "Project" and "Task Manager"

    What's the different between "Project" and "Task Manager"? I can run template in both. Why designed "Task Manager"?
  3. B

    How to insert random keywords into article?

    I want to insert random keywords into article in random position. I don't care if article can be readable, i just want to do it efficiently. Maybe i should do it in C#, but i don't know how to code it. Thanks.
  4. B

    Can't use {-Variable.xxx-} in File path?

    Is that possible to use {-Variable.xxx-} in File path?
  5. B

    How to change VPN in ZP

    I want to visit a site, change vpn, then visit again , change vpn again. Is that possible in ZP?
  6. B

    How to execute some javascript instead of other javascript

    I don't want to execute javascript from domain C, but execute other javascript. And I use proxy to complete this job, so change hosts maybe useless. <html> ... ... ... <script type="text/javascript" src="http://www.A.com/A.js"></script> <script type="text/javascript"...
  7. B

    How to use one cookies during MultiThreading

    I want to use one login cookies to scrape URLs. how to set?
  8. B

    Very Slow after scrape 40 pages

    You mean "Restart the instance" every time after scraping one page?
  9. B

    Very Slow after scrape 40 pages

    But this site need login. So how to set multithread using one cookie?
  10. B

    Very Slow after scrape 40 pages

    I want to scrape many pages, url like: http://abc.com/keywords/money&page=2 http://abc.com/keywords/money&page=3 ...... http://abc.com/keywords/money&page=50 ..... http://abc.com/keywords/make&page=2 .... This site need login, so I want to use just 1 thread to scrape. After ProjectMaker visit...
  11. B

    List Processing Bug

    I have the same problem. even i install on another server, it still can't run the list.
  12. B

    project.Variables are all string, how to declare it as int?

    em... I have a variable in project, and I want to change it with some C# code, then use it in project. but I can't set project.Variables["heartbeat"].Value = -1; because project.Variables["heartbeat"] is a string. how to declare it as int?
  13. B

    How can I use "http post" to post an image?

    I need to post an image to http://127.0.0.1/getimage.php I think "http post"--->"Data" is only for text data, how can i post an image?
  14. B

    sometime multiple tags doesn't work

    tag: input:submit;button sometime multiple tags doesn't work. If I delete ";button" and keep "input:submit", then ZP can find the submit button.
  15. B

    Can I use Regex in selecteditems?

    Can I use Regex in selecteditems? some options are "English", some are "british english", others are "EN":mellow: