@Abey Bruck brother is that eas paid or free ?
LOOKING FOR A LIFE PARTNER ? 🎉 Exciting News! 🎉
We're thrilled to share that our matrimony platform now offers personalized matchmaking services! Whether you're seeking a life partner or know someone who is, our expert team is here to assist. 🌟 Key Features:
I have been looking for courses to learn on Clarifai
Can you help with the link to the udemy course I have searched to no avail
same problem here, any solutions !!
Oğuzhan Öztürk
I am trying to achieve exactly the same as you. I can understand your metadata sheet perfectly - what I can't get to work is the creating of the groups in the spreadsheet itself as you are missing an essential step.
You have 4 queries/groups (PROJECT, SET1, SET2, SET3)
You are using the NAME column from PROJECT group You are using TASK_COUNT column from the other 3 groups.
You are only defining the PROJECT group in your Excel sheet ?
There is a step where you highlight columns in Excel and click Publisher->Repeating Group yes? Can you explain what you did here please? Did you highlight all 4 columns and make them just the PROJECT group for example?
Thanks very much
Working on a similar sort of functionality. Have you found any solution? And yes server side approach is the best approach for achieving transparency and extensive logic.
I have this exact issue right now - did you ever figure it out?
This happens when loading Tile3DLayer from google maps, so far the only thing i've found that works is loading Tile3DLayer not as an overlay on top, but as the base interleaved.
Did you get the solution to this problem?
For some reason, the incorrect behavior stopped, so the error is fixed for now ;)
Did you find a solution? I'm having the same issue.
Thanks for solving this. This was what I was looking for.
FFmpeg may not be compatible with certain files. Could you share your test files?
Do a C-FIND after the C-STORE command
can you share your solution. How did you reinstall it in the parent directory? and is it the directory with your .csproj file? Thanks
date +"%d-%m-%Y" -d "last Sun"
Did you able to find the solution for above. i am also facing the same issue. i don't know what to do. please help me if you know. Thanks in advance!
Now can you tell me how to implement this feature?
@Simon can you please give me a screenshot of the scrollbar? because i can't see it in stackblitz result.
I wasn't using Angular, but I was able to resolve the getBoundingClientRect returning zeroes issue by setting up a ResizeObserver since I was calling getBoundingClientRect before the element was added to the DOM.
Let me help you: see this picture
Did you compile the code on version 26
and then run it on older Erlang version (version on Docker image is 24
)..?
! clone https://github.com/alievk/first-order-model.git fomm !pip instagitll face-alignment==1.0.0 msgpack_numpy pyyaml==5.1
Hi can you share example how you implemented it?
I am having a similar issue, I have a quarterly data that the excel and R brings different values e.g. the following in excel =XIRR(I2:I28, B2:B28) brings a value of 2.9802E-09.
In R the following code:
xirr(cf = NCF, d = Date, comp_freq = 4,maxiter=100, tol=0.00000001, lower =0,upper = 10) brings a value of -0.612.
I am not really sure what is driving this discrepancy. Can someone please help?
its fixed by updating some libraries and .net version :)
Have you found any solution to this? We have a similar configuration and face the same issue. Again, with no luck at solving it. Any help would be great!
Maybe this will help? https://github.com/mapbox/csv2geojson?tab=readme-ov-file
Just convert csv to geojson and load it with "addSource" ;)
I have the exact same problem - devices that worked fine are now screwed (eg Netgear ReadyNAS 314) - a lot of these devices simply wont get an update.
Creating the app password worked for password creation. But app/devices still wont authenticate! I am still using SMTP settings from https://support.microsoft.com/en-gb/office/pop-imap-and-smtp-settings-for-outlook-com-d088b986-291d-42b8-9564-9c414e2aa040 but if I use the new app password (or even my normal password) the NAS still fails.
I have even tried removing 2FA from my @outlook.com account but nothing works
Did you ever find a solution to this? I am wanting to do the same.
I tried using react-thermal-printer on my Next.js app to print a receipt in Sunmi v2 but it didn't work. Anyone with a solution to this?
I have found a single-line solution for this and related errors in projects using NestJS + Deno + GraphQL + npm packages
. Other solutions were not working for me. Hence, sharing it here, as it might help someone save some time. It may be relatable to projects using other runtimes like bun, node.
You can find the detailed answer here >> https://stackoverflow.com/a/79107940/13607767
I have found a single-line solution for this and related errors in projects using NestJS + Deno + GraphQL + npm packages
. Other solutions were not working for me. Hence, sharing it here, as it might help someone save some time. It may be relatable to projects using other runtimes like bun, node.
You can find the detailed answer here >> https://stackoverflow.com/a/79107940/13607767
I found a solution. I will not add duplicate Airlines. Thanks for your help.
I updated my python to latest version from official python website on recommendation of @stark-jarvis, and that helped me. Thanks @stark-jarvis.
I am still getting the same issue as Jon.
This is my Pom.xml
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.3.4</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
<groupId>com.trojan</groupId>
<artifactId>login-server</artifactId>
<version>0.0.1-SNAPSHOT</version>
<name>login-server</name>
<description>login-server</description>
<url/>
<licenses>
<license/>
</licenses>
<developers>
<developer/>
</developers>
<scm>
<connection/>
<developerConnection/>
<tag/>
<url/>
</scm>
<properties>
<java.version>17</java.version>
</properties>
<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-jpa</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-devtools</artifactId>
<scope>runtime</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>com.mysql</groupId>
<artifactId>mysql-connector-j</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.projectreactor</groupId>
<artifactId>reactor-test</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jetbrains</groupId>
<artifactId>annotations</artifactId>
<version>RELEASE</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.jsonwebtoken</groupId>
<artifactId>jjwt</artifactId>
<version>0.9.1</version>
</dependency>
<dependency>
<groupId>org.springframework.session</groupId>
<artifactId>spring-session-core</artifactId>
<version>3.2.1</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-logging</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-security</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-oauth2-client</artifactId>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
</plugin>
<plugin>
<groupId>com.google.cloud.tools</groupId>
<artifactId>jib-maven-plugin</artifactId>
<version>3.3.0</version> <!-- Update to the latest version -->
<configuration>
<from>
<image>openjdk:17-jdk-slim</image>
</from>
<to>
<image>trojan2877/login-server</image>
</to>
</configuration>
</plugin>
</plugins>
</build>
</project>
Can someone please help out here.
I'm not entirely sure what you're trying to accomplish, but why can't you write a single converter that - when called - branches to use one or the other way to deserialize, based on a global variable that represents the environment the code is running in?
I do have the same question. Can someone help here
I have the same issue. Once you purchase a subscription, it works fine, but when the user plans to downgrade a subscription, the currentEntitlements will only list the active one, which might not be expired yet. Due to this the user does not see the updated subscription period.
I guess your users have the same issue. Once the current subscription period expired, the changed subscription will appear automatically.
I have found some suggestions, but cannot code it. autoRenewalPreference should show the updated productid for the next coming subscription product, so the downgraded one, but cannot figure out how to get this value from code.
Did somebody got the autoRenewPreference working? I cannot find out how this should be used. When I downgrade a subscription, the currentEntitlement is only giving the right value, when the actual subscription is expired. This gives a false feeling of the user as in the meantime the subscription is downgraded.
Appstore is showing this properly, so there must be a way to get this out fro the jungle.
Any suggestion, code sample? Thanks
Can I contact you via telegram. If so, can I have your link?
I am trying scrape the info here too. If you succeeded, please contact me.
By using export ANSIBLE_HOST_KEY_CHECKING=False all works on Ubuntu. Thank you.
What is the problem here? Could you please share your problem here?
Please take a look at this flow diagram for your reference , this is what we are trying to achieve
I am also getting this issue. Here is my compile output. Please help me to fix this issue.
20:47:28: Running steps for project qtservice... 20:47:28: Configuration unchanged, skipping qmake step. 20:47:28: Starting: "C:\Qt\qtcreator-4.6.0-rc1\bin\jom.exe" cd examples\ && ( if not exist Makefile E:\C_Drive\QT5.15.2\5.15.2\msvc2015_64\bin\qmake.exe -o Makefile "D:\Work\Work_Qt_old\Qt-116\Qt116 Service\qtservice\examples\exam ples.pro" -spec win32-msvc "CONFIG+=debug" "CONFIG+=qml_debug" ) && C:\Qt\qtcreator-4.6.0-rc1\bin\jom.exe -f Makefile cd interactive\ && ( if not exist Makefile E:\C_Drive\QT5.15.2\5.15.2\msvc2015_64\bin\qmake.exe -o Makefile "D:\Work\Work_Qt_old\Qt-116\Qt116 Service\qtservice\examples\interactive\interactive.pro" -spec win32-msvc "CONFIG+=debug" "CONFIG+=qml_debug" ) && C:\Qt\qtcreator-4.6.0-rc1\bin\jom.exe -f Makefile C:\Qt\qtcreator-4.6.0-rc1\bin\jom.exe -f Makefile.Debug link /NOLOGO /DYNAMICBASE /NXCOMPAT /DEBUG /SUBSYSTEM:CONSOLE "/MANIFESTDEPENDENCY:type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' publicKeyToken='6595b64144ccf1df' language='' processorArchitecture=''" /MANIFEST:embed /OUT:debug\interactive.exe @C:\Users\Sikander_PC\AppData\Local\Temp\interactive.exe.748.0.jom LINK : fatal error LNK1181: cannot open input file 'debug\main.obj' jom: D:\Qt_builds\qtservice-Debug\examples\interactive\Makefile.Debug [debug\interactive.exe] Error 1181 jom: D:\Qt_builds\qtservice-Debug\examples\interactive\Makefile [debug] Error 2 jom: D:\Qt_builds\qtservice-Debug\examples\Makefile [sub-interactive-make_first] Error 2 cd server\ && ( if not exist Makefile E:\C_Drive\QT5.15.2\5.15.2\msvc2015_64\bin\qmake.exe -o Makefile "D:\Work\Work_Qt_old\Qt-116\Qt116 Service\qtservice\examples\server\server.pro" -spec win32-msvc "CONFIG+=debug" "CONFIG+=qml_debug" ) && C:\Qt\qtcreator-4.6.0-rc1\bin\jom.exe -f Makefile C:\Qt\qtcreator-4.6.0-rc1\bin\jom.exe -f Makefile.Debug link /NOLOGO /DYNAMICBASE /NXCOMPAT /DEBUG /SUBSYSTEM:CONSOLE "/MANIFESTDEPENDENCY:type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' publicKeyToken='6595b64144ccf1df' language='' processorArchitecture=''" /MANIFEST:embed /OUT:debug\httpservice.exe @C:\Users\Sikander_PC\AppData\Local\Temp\httpservice.exe.8736.15.jom cd controller\ && ( if not exist Makefile E:\C_Drive\QT5.15.2\5.15.2\msvc2015_64\bin\qmake.exe -o Makefile "D:\Work\Work_Qt_old\Qt-116\Qt116 Service\qtservice\examples\controller\controller.pro" -spec win32-msvc "CONFIG+=debug" "CONFIG+=qml_debug" ) && C:\Qt\qtcreator-4.6.0-rc1\bin\jom.exe -f Makefile C:\Qt\qtcreator-4.6.0-rc1\bin\jom.exe -f Makefile.Debug link /NOLOGO /DYNAMICBASE /NXCOMPAT /DEBUG /SUBSYSTEM:CONSOLE "/MANIFESTDEPENDENCY:type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' publicKeyToken='6595b64144ccf1df' language='' processorArchitecture=''" /MANIFEST:embed /OUT:debug\controller.exe @C:\Users\Sikander_PC\AppData\Local\Temp\controller.exe.9244.15.jom LINK : fatal error LNK1181: cannot open input file 'debug\main.obj' jom: D:\Qt_builds\qtservice-Debug\examples\server\Makefile.Debug [debug\httpservice.exe] Error 1181 jom: D:\Qt_builds\qtservice-Debug\examples\server\Makefile [debug] Error 2 LINK : fatal error LNK1181: cannot open input file 'debug\main.obj' jom: D:\Qt_builds\qtservice-Debug\examples\controller\Makefile.Debug [debug\controller.exe] Error 1181 jom: D:\Qt_builds\qtservice-Debug\examples\Makefile [sub-server-make_first] Error 2 jom: D:\Qt_builds\qtservice-Debug\examples\controller\Makefile [debug] Error 2 jom: D:\Qt_builds\qtservice-Debug\examples\Makefile [sub-controller-make_first] Error 2 jom: D:\Qt_builds\qtservice-Debug\Makefile [sub-examples-make_first-ordered] Error 2 20:47:29: The process "C:\Qt\qtcreator-4.6.0-rc1\bin\jom.exe" exited with code 2. Error while building/deploying project qtservice (kit: QT5.15.2MSVC15_64) When executing step "Make" 20:47:29: Elapsed time: 00:00.
Did you ever find a solution?
So far I only got it to work partially. According to this article using a policies.json file would be a somewhat straight forward way to enable the extensions out of the box.
It does indeed work if I install firefox through a linux distributions package manager - it sadly doe not work out of the box when installing firefox as flatpak. So far I tested it for Ubuntu and AlmaLinux. No clue about Windows - haven't tried that so far.
In both cases the installed theme is however sometimes picked up and sometimes not - still trying to figure out why that is happening.
I ran into this question. I'll answer it just in case others have the same issue. The parent remove() function has a void return type, and an override method must have the same signature as the overridden base method. This is why you are receiving this error.
seems I don't have enough credit to comment, now I try to answer. Thanks for Cory's answer, and that information could be found in "Dataset Format" section in VTK documentation: https://docs.vtk.org/en/latest/design_documents/VTKFileFormats.html#dataset-format
Neither of the solutions worked.
Did you found the solution i have same problem?
I learned a lot from your answer. Is it possible to introduce me a practical book for learning UML in software modeling?
I have this problem too and use this and it working for me, you can try it : https://github.com/expo/expo/issues/18150
Thank you all for the suggestions! adding -static to the second command solved the problem.
for http requests , can it be used to determine that there are non zero number of bytes present in the input stream ?
yoo no way fellow FIITkar? //////
thanks for sharing, trying the same on digitalocean but unfortunately cannot get it working.
How did you specify the apisix configmap? On the dataPlane or ingressController with/without "extraConfig"?
I also had the same problem. Use this plugin. It works https://github.com/File5/intellij-idea-guidesigner-plugin
Thanks, this worked for me. I am just wondering, how can I convert the bold Unicode characters to normal text? so that when I get the header text of the item, I want to convert the text back to its normal text and not the bolded characters. Thanks.
in the menu Build -> Rebuild Project
How did you manage to get the response after clicking on Googe login? In my case, I have tried it and everytime I click on Google login, it redirects me to Sign in with Google but it shows me error: Access Blocked: Authorization Error.
any idea?
I have a text file which has the following input
ST Loan 2023 RABI DMR Report KOTA DCCB, RAMGANJ MANDI BRANCH BRANCH, KHEEMACH PACS Application No. BL00181453 Bhamashah No. 9999-YA5Z-00007 DMR A/c No. DMR27000000925542 Customer Name SUNITA Father's Name GAJANAND Caste GEN Farmer Type LARGE Crop RABI Share Capital Rs. 9,600.00 Agri Insurance Rs. 3,084.83 Life Insurance Rs. 0.00 Accidental Insurance Rs. 0.00 MCL Amt. Rs. 119,225.00 Sanctioned Amt. Rs. 116,229.00 TRANSACTION DETAILS Transaction Date Description Debit Credit Outstanding Balance (Dr) Remaining Limit 08-02-2024 DR PACS MAIN TO CR SB : 2700711154005777 - TRANSFER WITHDRAW 92,430.00 0.00 92,430.00 23,799.00 28-03-2024 AGRI INSURANCE DR FROM PACSMAIN:27007610640004900 - - 1,296.83 0.00 93,726.83 22,502.17 13-06-2024 CR FROM PACS MAIN:2700761064000490 - MATM AGT CR OR NO BOOK DEPOSIT TRANSFER 0.00 93,726.83 0.00 116,229.00 13-06-2024 DR 3% INT FROM DMR ACCT : DMR27000000925542 - - 962.79 0.00 962.79 115,266.21 13-06-2024 CR 3% INT IN DMR ACCT : DMR27000000925542 - - 0.00 962.79 0.00 116,229.00 13-06-2024 DR 4% INT FROM DMR ACCT : DMR27000000925542 - - 1,283.72 0.00 1,283.72 114,945.28 13-06-2024 CR 4% INT IN DMR ACCT : DMR27000000925542 - - 0.00 1,283.72 0.00 116,229.00
and output something
ST Loan 2023 RABI DMR Report KOTA DCCB, RAMGANJ MANDI BRANCH BRANCH, KHEEMACH PACS | None | None | None | None 09-01-2024 DR PACS MAIN TO CR SB : 2700510574004549 - TRANSFER WITHDRAW 29,809.00 0.00 29,809.00 0.00 | SUNITA | GAJANAND | BL00181453 | DMR27000000925542 31-08-2024 CR FROM PACS MAIN:2700561064000199 - MATM AGT CR OR NO BOOK DEPOSIT TRANSFER 0.00 29,809.00 0.00 29,809.00 | SUNITA | GAJANAND | BL00181453 | DMR27000000925542 31-08-2024 DR 3% INT FROM DMR ACCT : DMR27000000912329 - - 574.19 0.00 574.19 29,234.81 | SUNITA | GAJANAND | BL00181453 | DMR27000000925542 31-08-2024 CR 3% INT IN DMR ACCT : DMR27000000912329 - - 0.00 574.19 0.00 29,809.00 | SUNITA | GAJANAND | BL00181453 | DMR27000000925542 31-08-2024 DR 4% INT FROM- DMR ACCT : DMR27000000912329 - - 765.59 0.00 765.59 29,043.42 | SUNITA | GAJANAND | BL00181453 | DMR27000000925542 31-08-2024 CR 4% INT IN DMR ACCT : DMR27000000912329 - - 0.00 765.59 0.00 29,809.00 | SUNITA | GAJANAND | BL00181453 | DMR27000000925542
Can anyone help me to get the output like this ? Can someone write me the powershell code ?
I am also suffering from this error>> please help !!
requests.exceptions.TooManyRedirects: Exceeded 30 redirects.i have this problem during processing InSAR data by licsbas
phải anh Phú khôngggggggggggggggggggggggggggggggggg
heloo con cacccccccccccccccccccccccccccccccccccccc
helo fdhfdhaskjhfkjdsahkjfhsiodjf vcnđ
@nonopolarity All the answers are focusing on just replying to a part of your question i.e. why does react use a virtual dom. But what about the question that After the text changed to “hi” in the actual DOM why did react not change the text back to its original state when the button is clicked after 3 seconds? The virtual dom in react’s memory would have the original text then why didn’t it change in the re-rendering?
Just use this library, it will handle everything for you. Read the docs and implement https://github.com/CodeWithTamim/NasaDownloader
pip install --upgrade jupyter-lsp
I don't know but is this pattern you are searching? please let me know I will try to provide another ^(?=[A-Z])(?:(?:[A-Z][a-z0-9!@#$%^&()_+-=,.?;:'"<>/\|`~ ]?)+|\w+)$
i have this error when deploying. {"error":{"message":"Network Error"}}enter image description here
Follow-up Q:
I really like the third solution above :Python wrapper for TradingView's Lightweight Charts library
How is this used for a real-time API datafeed so the candles are built in real time?
Finally the issue was fixed. I just uninstall the Ladybug version and downgraded to Giraffe (September 2023) version and everything works fine. If you have same problem downgrade your Android Studio.
Thank you so much mramsath. I'm very new to coding and I had been trying to install the missing gdb for Visual Studio Code for days! And finally reading your answer to Muhammad Shayan Usman's question (thank you also), I've at last managed to use the Command Prompt (which I'd never used before!) and install the whole mingw-w64. I didn't think I was ever going to do it. THANKS AGAIN
Use : CMI Payment Gateway Laravel package https://packagist.org/packages/baidouabdellah/cmi-payment-gateway
I imported copy and I still get this name error, any ideas ?
I have same problem. Embedded Youtube videos are not on autoplay on the website.
I am facing problem with #keras importing in #VSCode. I have installed #tensorflow package. I am using python3.12. I have tried so many ways to solve this problem. What should I do ? I can import #tensorflow, the problem is only in importing #keras
@Cola_Colin - Which path worked finally? I have similar issue with PouchDB Sqlite Ionic.
Can you help me with how exactly the problem was solved?
HOw can I label my x axis in the Altair such that I should be able to find out specific data while I have collased data structure
I ran into this same issue. any solution?
It didn't work for me out of all the things I viewed👍
The response here https://stackoverflow.com/a/79075865/2363850 is what worked for me. Use openssh from choco install.
I was also getting the same issue, i tried the above given solution but it was not work, so i just commented all the lines then it was worked. Can anyone explain why it is needed local.properties
I'm facing exactly the same issue. The number of tokens used doesn't make sense, even following the logic of RAG, where we need to count the tokens of the system prompt + main prompt + chunks. In my case, I'm retrieving 3 chunks of 256 tokens, asking a very small prompt and it results in ~3k tokens. More details here: https://learn.microsoft.com/en-us/answers/questions/2103832/high-token-consumption-in-azure-openai-with-your-d.
Wondering if there are additional steps running under the hood.
I have this problem too. Do you find and way to solve this
Following the syntax error, I decided to actually implement IIncrementalGenerator: [...]
However, even then, the same exact error is still reported.
Yes, of course, because you are still using GeneratorExecutionContext
. The error told you in no uncertain terms that it is verboten to use GeneratorExecutionContext
.
How can I solve this issue?
Do not use GeneratorExecutionContext
.
In GCP, VPC networks, including their associated routes and firewall rules, are global resources. They are not associated with any particular region or zone. Therefore, I'm not able to specify different regions for the VPCs.
SOLVED: I am dumb and misreaded \ and /
My name is Zubayr. I am job programmer. I am not married. I am student. I am 12 years old. My hobby reading book and movie. I am from Uzbekistan. I am birthday 21 January. Questions; What are the codes? Which programming laguage should I choose first?
How to change the display name?
Looking for TEREA Dubai? Find premium IQOS-compatible heatsticks and enhance your experience with the best options available in the UAE.
what is the difference between pnpm dlx
vs pnpm exec
?
what if i used a link like this "https://gifted-satoshi.192-185-7-210.plesk.page.192-185-7-210.hgws27.hgwin.temp.domains/api/ProveAttachmentApi/open-prove-attachment/765b0ad0-20c5-4a99-f798-08dcef7f61b1"
it doesn't have the extension at the end of it , will it work ?
did I find a solution? I'm looking for a solution too
Thanks for all reply. I have found a way that can find the target string(boundary) among binary data(Using member instead of strstr).