Posts by Conrado Basso • 204 points
14 posts
-
0
votes2
answers271
viewsA: List with large amount of items, excessive memory consumption
Face If you don’t want to Use a BD You can try an approach such as serializing your list into small blocks in XML or Stream Even format, and store it on disk in an organized way by creating a system…
-
1
votes1
answer944
viewsQ: View Selected Image jQuery
I’m doing my TCC and it will be about image processing. I’m having difficulty with the web part, and wanted to know how I do to load the selected image in the input file appear on the page. Here is…
-
0
votes1
answer94
viewsQ: What data sources can be used in Unity3d?
In all the Unity3d data storage examples I saw, they used XML. Where other data sources can be stored ?
unity3dasked Conrado Basso 204 -
0
votes3
answers501
viewsA: How to resolve this situation in the layout part?
So put it in the tool you’re using Hue/Matrix : 346 Saturation/Saturation : 31 Value/Luminosity : 79 For you to discover Convert Xa to Rgb and Rgb to HSV ready outside these links must have programs…
-
0
votes3
answers501
viewsA: How to resolve this situation in the layout part?
By logic if the hexadecimal color of the image is the same as the background and you want to apply this color to black and white, it will be in the same background color you can use the Photoshop…
-
0
votes1
answer666
viewsA: Javascript error with Webbrowser
The error occurs because the browser engine that it uses is Ie and some Java script functions do not run on Ie, what happened is that you just did not let the error appear but it is there, I suggest…
-
2
votes4
answers818
viewsA: Database being changed/Hacked
Face this is an Injection you have to do a treatment before recording in the database if it will not always happen if you work with layers can handle in the controller if you do not change your…
databaseanswered Conrado Basso 204 -
1
votes2
answers1410
viewsA: File upload does not work on Locaweb hosting
Everything indicates that what is happening is that you are not allowed to record in the directory, check with the company that provides you the hosting service if you have this privilege is not…
-
3
votes3
answers849
viewsA: DELPHI MVC (ECB)
Well I particularly never developed on Mvc with Delphi, but I found this example on the web Apostille Delphi Mvc, To develop in Mvc basically is more the separation of objects in layers so the whole…
-
-1
votes1
answer749
viewsA: What I create in Blender, can I sell?
Blender is open source software so everything you produce on it can be marketed without any problems has no paid license, since Unity is used free activation and the pro is not cracked either, I…
-
4
votes1
answer167
viewsA: How to make images occupy 100% of the browser
I put Css in the same file as html to make it easier to view You can do so with an image or in the background of Body for both the method is the same. <html> <head> <style>…
-
1
votes2
answers315
viewsA: Insert error with Adocommand
The Syntax is incorrect Would that be SQL.ADD('insert into tabela (a,b,c) VALUES (1,1,1)');
-
1
votes2
answers93
viewsA: How to use Window.Clientbouds inside a class in XNA
That Method is in the game class for use-lo or its class You will have to inherit the game class so that you can overload or receive Window.Clientbounds as parameter in your method here I…
-
2
votes1
answer506
viewsA: Darken Image (Degrade)
Guy you can convert to bitmap and scroll the pixel array pixel by pixel by changing the value of in RGB proportionally, can even exist a component but I do not know and other that the installation…
delphianswered Conrado Basso 204