MrLee

Results 8 issues of MrLee

My table define is here: test(id,name,name2) Then I fill table with random text for name, name2 field, it crashed. both name and name2 fill settings is: Minimum length:4 Maximum length:4...

bug

My code is simple,just receive and send as the sample. But not same. No error, no warning,application A can send and receive but the other one can not receive command.

I am programming with unity. Now I want a bluetooth module. How can I use the library in unity? When I move the InTheHand.BluetoothLE.dll and call the api in unity....

I used p2p call to send string to other p2p.May be because of the string length is too big, an error occurred. By your design, if the package data is...

I am doing reconnect works.After called Quit() function, I found the scan func didm't work. I guess it is because the filter in c++ code worked in error. ` IVector...

In the code,AABB box use texcoord of float3(0,0,0) and float3(1,1,1).Why this? As I know, NDC in unity is float3(0,0,0) and float3(1,1,1). Why didn't you use this? If use this, what...

In function get_uv,point position gen an uv by plus 0.5.Why this?how is the uv working?

注意下面两个函数中,在我创建了一个自己的blog菜单后,,点击菜单的tab标题,get_serializer函数会报错 ` def list(self, request, *args, **kwargs): queryset = self.filter_queryset(self.get_queryset()) page = self.paginate_queryset(queryset) if page is not None: serializer = self.get_serializer(page, many=True, request=request) return self.get_paginated_response(serializer.data) serializer = self.get_serializer(queryset, many=True, request=request)...