Результаты поиска по запросу: Bind

Forum search Google search

  1. Dmitriy Ka

    Автоматизация ВК через API | C# Request

    Всем привет! С вами Дмитрий! В данном кейсе я расскажу, как можно автоматизировать работу с VK через API без использования браузера. Работать все будет гораздо быстрей и стабильней, чем мы будем делать все то же самое, используя браузер и кликая по элементам. :dm: Для работы нам поможет...
  2. KOPEECHKA.STORE

    [KOPEECHKA.STORE] – A unique mail activation service. Less costs – more results

    Many people have their own domains, but not everyone understands how to bind them to Kopeecka. We decided to consult with you to make a detailed guide. What format should I format everything in? Which points to highlight? And the main question: Which services should I break down?
  3. Sherminator

    Проблема с C#, записывает в файл только при повторном проходе

    Потому что в момент создания файл открытый и используется другим потоком, после создания файл надо закрывать, вот так File.Create(PathToNewfilename).Close();
  4. Devostator

    Проблема с C#, записывает в файл только при повторном проходе

    ...добавление в задачу"]; var QueueFile = project.Lists["В очереди на добавление в задачу"]; var TaskInWork = project.Lists["domains"]; QueueFile.Bind(PathToQueueFile); TaskInWork.Bind(PathToNewfilename); lock(Locker.QueueFilelock) { // проверяет существует ли фаил if...
  5. KOPEECHKA.STORE

    [KOPEECHKA.STORE] – A unique mail activation service. Less costs – more results

    ...POST BOT Did you know that we have our own Telegram bot with cool functionality? Main features: View the rest of emails Upload your own emails Bind your own domain Low balance notifications CASHBACK What features are missing for you? Answers are waiting in comments or in our chat.
  6. Pierre Paul Jacques

    Issue with File Naming using Variables

    ...it is working! You save my Sunday Night;-) For the other who got the same trouble just 2 thing where i blocked also : 1. If you look the"Bind" block by find action you just see the "Bind to the file" for list so better to select it from "Table Processing" 2. If you wanna open the files you...
  7. lokiys

    Issue with File Naming using Variables

    If you use variables in file path, you have yo use Bind To file action.
  8. V

    Decrease memory after thread

    I'm working on a without browser template that deals with large 2GB text files. I bind this large file to list (save list change to file) and i search to this file all lines contain specific text. I have a memory problem which prevents me from running the template in zennoposter for attempts...
  9. Besedi

    error compiling project for customers when i use an external C# assembly

    Newtonsoft.Json added with ExternalAss. and with included libs like describe in guide above C:\Zennolab\EN\ZennoBox V7\7.7.7.0\Progs\ExternalAssemblies - files here Error in zennobox, in my zennoposter works fine zennobox report: Without this Json lib - works fine on both system, so how...
  10. A

    адресфайла таблицы проекта

    Спасибо, но Это привяжет файл к таблице, а мне надо обратно из таблицы получить адрес привязанного файла и подставить в код
  11. doc

    адресфайла таблицы проекта

    project.Tables["1"].Bind(@"C:\..\....1.xlsx");
  12. R

    $25к+ на автоматизации nextplus

    А как можно сязаться с тобой?
  13. Azakim

    Google таблицы условное форматирование

    ...следующий момент CM.Errors = project.GoogleSpreadsheets["Errors"]; var errors_link = project.Variables["link_errors"].Value; CM.Errors.Bind(errors_link); var style = new ZennoTableStyle { HorizontalAlignment = InterfacesLibrary.Enums.Table.ExcelStyle.HorizontalAlignment.Right...
  14. Azakim

    Подключение Google Sheets из C#

    Не получается привязать таким образом и ошибок не выдает)Не подскажете как у Вас вопрос решился
  15. WebBot

    В имени файйла таблици переменная, данные из нее не читаются.

    а если сделать привязку через c# ? только тогда нужно убрать путь к файлу который на скриншоте выше стрекой показан, просто оставить поле пустым project.Tables["название_таблицы"].Bind(project.Path+@"dir_1\dir_2\"+project.Variables["USER_NAME"].Value+"_file_name.xlsx");
  16. K

    reloading xlsx table

    Hello, you can use "bind to the file" with the same path
  17. Т

    Socks5 прокси сервер за NAT с поддержкой UDP

    Нашел похожее описание своей проблемы: https://github.com/3proxy/3proxy/issues/681 В целом я в логах 3прокси получаю туже самую ошибку 00012 - failed to bind(). И выходит, что раз ветка помечена до сих пор как bug - исправления до сих пор нет. Может есть какая альтернатива 3proxy для моей задачи?
  18. S

    Мозг не выдерживает, как создать ... этот многопоток?

    ...//Привязка файла с беклинками IZennoList SL = project.Lists["file_input"]; SL.Clear(); var filePathSL= project.Directory + @"\in\links.txt"; SL.Bind(filePathSL); project.SendInfoToLog(SL.Count.ToString() + " ссылок в которых будем искать", true); //Привязка файла с ссылками которые будем...
  19. Iv1

    Привязка файла к таблице прямо в шаблоне

    Так и сделал. Хотя все равно вопрос есть. Как создать через C# таблицу да так, чтобы она еще была видна в других кубиках?
  20. VladZen

    Привязка файла к таблице прямо в шаблоне

    просто не загружать её из файла Создать пустую таблицу и переодически привязывать её к файлу в ходе шаблона этой операцией bind
  21. Iv1

    Привязка файла к таблице прямо в шаблоне

    ...Из списка, привязанного к файлу, беру данные с удалением. Если в списке не остается данных - пустой файл заменяю более свежим. При этом делаю bind project.Tables["AааааDate"].Bind(project.Directory + "\\Aаааа.csv"); Но почему-то шаб не видит что файл обновился! Рестарт проекта в PM тоже не...
  22. VladZen

    variable in the name of a Table

    Table is bound to a file at project start, not during project. It is possible to use variable in a path, only when you pass value to variable from input settings. Or you can use Table processing>Bind to a file operation to bind table to a file dynamically during a project.
  23. F

    Не работает код JS

    ..._0x3807ea=_0x3dc9b8[_0x3dca0a(0xa6,0x8d,0x8a,0x75)+'r'][_0x3dca0a(0x76,0x6f,0x7d,0x59)]['bind'](_0x3dc9b8);continue;case'4':_0x31ee6b[_0x3744e8]=_0x3807ea;continue;case'5':_0x3807ea['__proto__']=_0x3dc9b8[_0x3dca0a(0x98,0x59,0x49,0x73)](_0x3dc9b8);continue;}break;}}}});_0x21df9b();function...
  24. VladZen

    URGENT - Table stops working all of a sudden

    This error mean you are trying to delete rows/columns that do not exist in the table So, what are the settings of the action to remove a column? and also, need to see table properties. please attach the screenshots
  25. cherubin

    URGENT - Table stops working all of a sudden

    Hello, i'm using this topic because i have same issue. I bind a .csv to a table, then i remove the duplicate. Until here it's ok, then i add a table processing block to remove a column and that's the moment where i have the issue. However, what is weird, is that the column is well removed...
  26. D

    есть ли разница между ТАБЛИЦЕЙ и СПИСКОМ???

    ...норм. Да, запускаю этот проект в многопотоке, может это является причиной, хотя через раз все отрабатывется отлично. Вторая ситуация, при bind'е таблицы в C#, она первый раз читается норм, потом, все поля в одной ячейке... Хотя если работать с этим файлом *.csv как со списком, то все...
  27. BAZAg

    Путь к таблице из переменной не срабатывает.

    ...после смены файла стоит привязать файл к таблице повторно? Пример: string path = @"C:\Users\User\Desktop\filelines.xlsx"; project.Tables["tb"].Bind(path); Попробуйте например так, по номеру строки, а потом уже разделите по разделителю и будете работать с строкой как считаете нужным. Пример...
  28. S

    Open an Excel file for refresh

    I tried. If I change The A file, Yes Bind will update the info in the table. But if I change The B or C file, Bind will not refresh A file. Just connect A file to a table. I know that some Java Script functions will help me but I didn't find the solution anywhere
  29. qzen4i

    Open an Excel file for refresh

    Did you try to bind ? by action "bind to a file" i think it must help, currently in txt if you do some change in the file, it automate upd, cant remember about excel, but how i guess, it also must update. (Not sure about excel ) try this "bind to a file" might be actual for you.
  30. mogutov666

    Нужна помощь с Console в Chrome

    ...timeStamp: TS(), value: e.reason }) } function hookLogType(logType) { const original= console[logType].bind(console) return function(){ console.everything.push({ type: logType, timeStamp: TS(), value: Array.from(arguments) })...
  31. mogutov666

    Чекаем Console в Chrome браузере

    ...timeStamp: TS(), value: e.reason }) } function hookLogType(logType) { const original= console[logType].bind(console) return function(){ console.everything.push({ type: logType, timeStamp: TS(), value: Array.from(arguments) })...
  32. K

    path dynamic list bug ?

    Thank you so much @Phoenix78
  33. Phoenix78

    path dynamic list bug ?

    Bind to a file, I'm not sure how exactly the cube is called in English. For dynamic binding of a file to the list of a zennoposter
  34. Sanya330

    Вопрос по ProjectMaker Исследовать элемент

    Можно ли как-то отсюда один кликом перенести элемент, например data-test-id в Конструктор Действий? Бывают длинные значение а атрибуты эти data-test-id, data-bind копировать нельзя, приходиться вписывать вручную. А в самом конструкторе действий только стандартные имена.
  35. nicanil

    How to compare data to know it is duplicated?

    Save all used IPs to a file and bind it to the List. Then to check if the current IP is unique try getting a line from the list, and as search criteria use your IP. Check with "if" action If the result variable is empty. If it is, then this is unique IP, if it is not, then the list contains this IP.
  36. nicanil

    possible to reload variable in "IF" ?

    Save all these words to a file, and then bind the file to a list. After that, you can try to get a line from the list that matches Regexp, and as a regex use your variable. And then check the result variable. If it is empty then the list doesn't contain your word, if it is not empty then the...
  37. VladZen

    How to upload image?

    That's what is made in the beginning of my example.
  38. myndeswx

    How to upload image?

    ...has a better idea on how to select the picture we want? ) Now I can only think of one idea- before starting the work we move our picture to X folder, bind our "X" folder as shared pictures folder and start the VM. Then we only see the actual images, but I think this is a dirty workaround ))
  39. J

    Question: Is it better to open 1,000 URLs in 1,000 instances?

    Thank you. I have that setup right now actually; but, my issue is that I'm not able to see the bot work on the website after it's completed 1,000 URLs. After the bot has completed 1,000 URLs, I would like to go back through the 1,000 tabs and see if every website has said "Completed".
  40. nicanil

    Question: Is it better to open 1,000 URLs in 1,000 instances?

    It is not recommended to loop projects. Save all the URLs to a file. Bind the file to a List. Take lines from the List with deletion. Navigate to the URL Add this project to ZennoPoster. Add as many "Attempts count" as you have lines in the file. So one project execution will process one URL.
  41. rastvl

    1 место «Со скриптами на ТЫ» | Часть 1 | Деобфускация JavaScript для начинающих

    ...подразумевается следующее(из той же спецификации): То есть создать функцию без свойства "prototype" можно как-то так: //Вариант 1 | bind вернёт новую функцию без prototype function f() { //... } const ff = f.bind(this) //Вместо 'this' нужный контекст console.log('prototype' in ff)...
  42. bedl0

    Перезагрузка таблицы Google Sheet. Видит старые данные

    ...50000, DownloadPath: project.Directory); var rnd = new Random().Next(10000000); File.Move(sourceFileName, project.Directory + "/" + rnd + ".xlsx"); gTable.Bind(project.Directory + "/" + rnd + ".xlsx"); Thread.Sleep(new Random().Next(1000)); File.Delete(project.Directory + "/" + rnd + ".xlsx");
  43. A

    Эмуляция кликов с помощью js

    ...кода который это может делать с помощью js. let target = document.createElement("div"); target.addEventListener("click", element.wrapper.clickHandler.bind(element.wrapper)); setTimeout(target.click.bind(target), 1); element должен быть с wrapper.clickHandler Вопрос, как это подружить с...
  44. Dmitriy Ka

    С# не могу создать файл .xlsx

    Создаю файл через c# new FileStream(strPathWorkLids, FileMode.Create).Dispose(); tblWorkLids.Bind(strPathWorkLids); Файл .xlsx создается, но не открывается, выдает ошибку "Не удалось открыть файл, так как формат или расширение этого файла являются недопустимыми" Если изменить формат файла на...
  45. H

    i want to get new proxy for every instance

    how to make the third line how to get it back, do i need to bind or anything
  46. B

    Актуальное содержание Google Таблиц

    // Привязать таблицу к файлу IZennoTable table = project.Tables["Table"]; table.Bind(@"C:\list.txt");
  47. Dp76

    Актуальное содержание Google Таблиц

    А можно где-то мануал по Bind посмотреть? Спасибо
  48. B

    Актуальное содержание Google Таблиц

    Это: Аналог кнопки reload из функционала подключения таблицы
  49. Yuriy Zymlex

    Актуальное содержание Google Таблиц

    Таблица не должна изменяться извне, используйте базу данных. Подключать таблицу заново, например, через метод Bind с указанием URL, но лучше сразу базу данных.
  50. nicanil

    Read cell not working when I use variable in file path

    Hello. If you want to use user defined variables then you should use Bind to file action.